Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp54 static const char *const ID_With; member
65 const char *const Parser::TokenInfo::ID_With = "with"; member in clang::ast_matchers::dynamic::Parser::TokenInfo
377 ChainCallToken.Text != TokenInfo::ID_With)) { in parseIdentifierPrefixImpl()
382 if (ChainCallToken.Text == TokenInfo::ID_With) { in parseIdentifierPrefixImpl()
570 ChainCallToken.Text != TokenInfo::ID_With)) { in parseMatcherBuilder()
589 } else if (ChainCallToken.Text == TokenInfo::ID_With) { in parseMatcherBuilder()
699 if (ChainCallToken.Text == TokenInfo::ID_With) { in parseMatcherExpressionImpl()