Home
last modified time | relevance | path

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

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