Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h239 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp382 return parseMatcherExpressionImpl(NameToken, Value); in parseIdentifierPrefixImpl()
426 bool Parser::parseMatcherExpressionImpl(const TokenInfo &NameToken, in parseMatcherExpressionImpl() function in clang::ast_matchers::dynamic::Parser