reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h
  167   parseMatcherExpression(StringRef MatcherCode, Sema *S,

References

tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h
  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.cpp
  232       Parser::parseMatcherExpression(
  384         Parser::parseMatcherExpression("hasParamA.bind(\"parmABinding\")",
  399         Parser::parseMatcherExpression(