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

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h200 std::vector<MatcherCompletion> Completions; member in class:clang::ast_matchers::dynamic::Parser
/external/llvm/unittests/LineEditor/
H A DLineEditor.cpp44 std::vector<LineEditor::Completion> Completions; member in struct:TestListCompleter
46 TestListCompleter(const std::vector<LineEditor::Completion> &Completions) argument
47 : Completions(Completions) {}
53 return Completions;
70 ASSERT_EQ(2u, CA.Completions.size());
71 ASSERT_EQ("int foo()", CA.Completions[0]);
72 ASSERT_EQ("int bar()", CA.Completions[1]);
/external/llvm/include/llvm/LineEditor/
H A DLineEditor.h52 /// Show Completions, or beep if the list is empty.
62 std::vector<std::string> Completions; member in struct:llvm::LineEditor::CompletionAction
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp404 CompletionsTy Completions; local
472 Completions[std::make_pair(MaxSpecificity, I->first())] =
478 for (CompletionsTy::iterator I = Completions.begin(), E = Completions.end();

Completed in 481 milliseconds