Searched refs:CompVector (Results 1 – 1 of 1) sorted by relevance
82 typedef std::vector<MatcherCompletion> CompVector; typedef in clang::ast_matchers::dynamic::__anon47a3ecf30111::RegistryTest84 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()[all …]