Searched defs:getCompletions (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp365 std::vector<MatcherCompletion> Registry::getCompletions( function in class:clang::ast_matchers::dynamic::Registry
/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp84 CompVector getCompletions() { function in class:clang::ast_matchers::dynamic::__anon19536::RegistryTest
85 return Registry::getCompletions(
89 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) { function in class:clang::ast_matchers::dynamic::__anon19536::RegistryTest
95 return Registry::getCompletions(Context);
98 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1, function in class:clang::ast_matchers::dynamic::__anon19536::RegistryTest
109 return Registry::getCompletions(Context);
440 CompVector Comps = getCompletions();
446 CompVector WhileComps = getCompletions("whileStmt", 0);
464 getCompletions("allOf", 0, "whileStmt", 0);
470 getCompletions("dec
[all...]

Completed in 108 milliseconds