Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h255 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp441 return parseMatcherExpressionImpl(NameToken, OpenToken, Ctor, Value); in parseIdentifierPrefixImpl()
604 return parseMatcherExpressionImpl(NameToken, WithOpenToken, in parseMatcherBuilder()
626 bool Parser::parseMatcherExpressionImpl(const TokenInfo &NameToken, in parseMatcherExpressionImpl() function in clang::ast_matchers::dynamic::Parser