Searched refs:Completions (Results 1 – 6 of 6) sorted by relevance
44 std::vector<LineEditor::Completion> Completions; member46 TestListCompleter(const std::vector<LineEditor::Completion> &Completions) in TestListCompleter()47 : Completions(Completions) {} in TestListCompleter()53 return Completions; in operator ()()70 ASSERT_EQ(2u, CA.Completions.size()); in TEST_F()71 ASSERT_EQ("int foo()", CA.Completions[0]); in TEST_F()72 ASSERT_EQ("int bar()", CA.Completions[1]); in TEST_F()
73 Action.Completions.push_back(I->DisplayText); in complete()151 if (Action.Completions.empty()) { in ElCompletionFn()170 for (std::vector<std::string>::iterator I = Action.Completions.begin(), in ElCompletionFn()171 E = Action.Completions.end(); in ElCompletionFn()
404 CompletionsTy Completions; in getCompletions() local472 Completions[std::make_pair(MaxSpecificity, I->first())] = in getCompletions()478 for (CompletionsTy::iterator I = Completions.begin(), E = Completions.end(); in getCompletions()
434 Completions.push_back( in addCompletion()546 return P.Completions; in completeExpression()
200 std::vector<MatcherCompletion> Completions; variable
62 std::vector<std::string> Completions; member