Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h253 bool parseMatcherBuilder(MatcherCtor Ctor, const TokenInfo &NameToken,
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp469 bool Parser::parseMatcherBuilder(MatcherCtor Ctor, const TokenInfo &NameToken, in parseMatcherBuilder() function in clang::ast_matchers::dynamic::Parser
638 return parseMatcherBuilder(*Ctor, NameToken, OpenToken, Value); in parseMatcherExpressionImpl()