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

References

tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
   83   CompVector getCompletions() {
   89   CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) {
   99   CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1,
  114   bool hasCompletion(const CompVector &Comps, StringRef TypedText,
  116     for (CompVector::const_iterator I = Comps.begin(), E = Comps.end(); I != E;
  448   CompVector Comps = getCompletions();
  463   CompVector WhileComps = getCompletions("whileStmt", 0);
  477   CompVector AllOfWhileComps =
  483   CompVector DeclWhileComps =
  487   CompVector NamedDeclComps = getCompletions("namedDecl", 0);