Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h255 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp442 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