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

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  318     for (MatchCallback *MC : Matchers->AllCallbacks) {
  328     for (MatchCallback *MC : Matchers->AllCallbacks) {
  573     auto &Matchers = this->Matchers->DeclOrStmt;
  589     auto &Matchers = this->Matchers->DeclOrStmt;
  609     matchWithoutFilter(QualType(Node, 0), Matchers->Type);
  612     matchWithoutFilter(*Node, Matchers->TypeLoc);
  615     matchWithoutFilter(*Node, Matchers->Type);
  618     matchWithoutFilter(*Node, Matchers->NestedNameSpecifier);
  621     matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc);
  624     matchWithoutFilter(*Node, Matchers->CtorInit);