Lines Matching refs:CompVector
82 typedef std::vector<MatcherCompletion> CompVector; typedef in clang::ast_matchers::dynamic::__anon47a3ecf30111::RegistryTest
84 CompVector getCompletions() { in getCompletions()
90 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) { in getCompletions()
94 return CompVector(); in getCompletions()
100 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1, in getCompletions()
105 return CompVector(); in getCompletions()
109 return CompVector(); in getCompletions()
115 bool hasCompletion(const CompVector &Comps, StringRef TypedText, in hasCompletion()
117 for (CompVector::const_iterator I = Comps.begin(), E = Comps.end(); I != E; in hasCompletion()
447 CompVector Comps = getCompletions(); in TEST_F()
461 CompVector WhileComps = getCompletions("whileStmt", 0); in TEST_F()
473 CompVector AllOfWhileComps = in TEST_F()
479 CompVector DeclWhileComps = in TEST_F()
483 CompVector NamedDeclComps = getCompletions("namedDecl", 0); in TEST_F()