reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
167 parseMatcherExpression(StringRef MatcherCode, Sema *S,
173 return parseMatcherExpression(MatcherCode, S, nullptr, Error);
tools/clang/tools/extra/clang-query/QueryParser.cpp 229 Optional<DynTypedMatcher> Matcher = Parser::parseMatcherExpression(
tools/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp232 Parser::parseMatcherExpression( 384 Parser::parseMatcherExpression("hasParamA.bind(\"parmABinding\")", 399 Parser::parseMatcherExpression(