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

References

tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h
   48     return TypedText == Other.TypedText && MatcherDecl == Other.MatcherDecl;
   48     return TypedText == Other.TypedText && MatcherDecl == Other.MatcherDecl;
tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp
  514                              Completion.MatcherDecl, Completion.Specificity);
tools/clang/tools/extra/clang-query/QueryParser.cpp
  170     Completions.push_back(LineEditor::Completion(I->TypedText, I->MatcherDecl));
tools/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
  333             Comps[0].MatcherDecl);
  338   EXPECT_EQ("bind", Comps[0].MatcherDecl);
  349   EXPECT_EQ("String nameX", Comps[0].MatcherDecl);
  364       Comps[0].MatcherDecl);
  367   EXPECT_EQ("Matcher<Decl> hasParamA", Comps[1].MatcherDecl);
  373       Comps[2].MatcherDecl);
tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  119           (MatcherDecl.empty() || I->MatcherDecl == MatcherDecl)) {