Home
last modified time | relevance | path

Searched refs:ID_With (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp55 static const char *const ID_With; member
66 const char *const Parser::TokenInfo::ID_With = "with"; member in clang::ast_matchers::dynamic::Parser::TokenInfo
380 ChainCallToken.Text != TokenInfo::ID_With)) { in parseIdentifierPrefixImpl()
385 if (ChainCallToken.Text == TokenInfo::ID_With) { in parseIdentifierPrefixImpl()
573 ChainCallToken.Text != TokenInfo::ID_With)) { in parseMatcherBuilder()
592 } else if (ChainCallToken.Text == TokenInfo::ID_With) { in parseMatcherBuilder()
702 if (ChainCallToken.Text == TokenInfo::ID_With) { in parseMatcherExpressionImpl()