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

/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp84 CompVector getCompletions() { function in class:clang::ast_matchers::dynamic::__anon3057::RegistryTest
90 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) { function in class:clang::ast_matchers::dynamic::__anon3057::RegistryTest
100 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1, function in class:clang::ast_matchers::dynamic::__anon3057::RegistryTest
448 CompVector Comps = getCompletions();
464 CompVector WhileComps = getCompletions("whileStmt", 0);
479 getCompletions("allOf", 0, "whileStmt", 0);
485 getCompletions("decl", 0, "whileStmt", 0);
488 CompVector NamedDeclComps = getCompletions("namedDecl", 0);
495 Comps = getCompletions("classTemplateSpecializationDecl", 0);

Completed in 360 milliseconds