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

/external/llvm/include/llvm/LineEditor/
H A DLineEditor.h66 struct Completion { struct in class:llvm::LineEditor
67 Completion() {} function in struct:llvm::LineEditor::Completion
68 Completion(const std::string &TypedText, const std::string &DisplayText) function in struct:llvm::LineEditor::Completion
91 /// position in the StringRef) and returns a std::vector<Completion>.
124 static std::string getCommonPrefix(const std::vector<Completion> &Comps);
125 virtual std::vector<Completion> getCompletions(StringRef Buffer,
141 std::vector<Completion> getCompletions(StringRef Buffer,
/external/clang/include/clang/Frontend/
H A DASTUnit.h325 CodeCompletionString *Completion; member in struct:clang::ASTUnit::CachedCodeCompletionResult
/external/clang/lib/Frontend/
H A DASTUnit.cpp366 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
431 CachedResult.Completion
454 CachedResult.Completion
2271 HiddenNames.count(C->Completion->getTypedText()))
2276 CodeCompletionString *Completion = C->Completion; local
2279 Priority = getMacroUsagePriority(C->Completion->getTypedText(),
2308 Builder.AddTypedTextChunk(C->Completion->getTypedText());
2310 Completion = Builder.TakeString();
2313 AllResults.push_back(Result(Completion, Priorit
[all...]

Completed in 124 milliseconds