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

References

tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  116     for (CompVector::const_iterator I = Comps.begin(), E = Comps.end(); I != E;
  117          ++I) {
  118       if (I->TypedText == TypedText &&
  119           (MatcherDecl.empty() || I->MatcherDecl == MatcherDecl)) {