Searched refs:parseMatcherExpressionImpl (Results 1 – 2 of 2) sorted by relevance
255 bool parseMatcherExpressionImpl(const TokenInfo &NameToken,
442 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