Home
last modified time | relevance | path

Searched refs:CompVector (Results 1 – 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp82 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()
[all …]