Searched refs:parseMatcherExpressionImpl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Query/Matcher/ |
H A D | Parser.h | 163 bool parseMatcherExpressionImpl(const TokenInfo &nameToken,
|
H A D | Parser.cpp | 303 return parseMatcherExpressionImpl(nameToken, openToken, ctor, value); in parseIdentifierPrefixImpl() 376 bool Parser::parseMatcherExpressionImpl(const TokenInfo &nameToken, in parseMatcherExpressionImpl() function in mlir::query::matcher::internal::Parser
|
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Parser.h | 255 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,
|
/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Parser.cpp | 442 return parseMatcherExpressionImpl(NameToken, OpenToken, Ctor, Value); in parseIdentifierPrefixImpl() 605 return parseMatcherExpressionImpl(NameToken, WithOpenToken, in parseMatcherBuilder() 627 bool Parser::parseMatcherExpressionImpl(const TokenInfo &NameToken, in parseMatcherExpressionImpl() function in clang::ast_matchers::dynamic::Parser
|