Home
last modified time | relevance | path

Searched defs:Completion (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LineEditor/
H A DLineEditor.h66 struct Completion { struct
67 Completion() {} in Completion() argument
68 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function
91 /// position in the StringRef) and returns a std::vector<Completion>. argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp739 const MatcherCompletion& Completion) { in addCompletion()
776 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local
780 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h271 CodeCompletionString *Completion; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2066 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp4406 CodeCompletionBuilder Completion(Results.getAllocator(), in AddLambdaCompletion() local