Home | History | Annotate | Download | only in Dynamic

Lines Matching defs:getCompletions

84   CompVector getCompletions() {
85 return Registry::getCompletions(
89 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1) {
95 return Registry::getCompletions(Context);
98 CompVector getCompletions(StringRef MatcherName1, unsigned ArgNo1,
109 return Registry::getCompletions(Context);
440 CompVector Comps = getCompletions();
446 CompVector WhileComps = getCompletions("whileStmt", 0);
464 getCompletions("allOf", 0, "whileStmt", 0);
470 getCompletions("decl", 0, "whileStmt", 0);
473 CompVector NamedDeclComps = getCompletions("namedDecl", 0);