Searched defs:Completion (Results 1 – 10 of 10) sorted by relevance
66 struct Completion { struct68 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function91 /// position in the StringRef) and returns a std::vector<Completion>. argument
739 const MatcherCompletion& Completion) { in addCompletion()776 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local780 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() function
122 for (llvm::StringRef Completion : O.Completions) in emitOption() local
171 for (const std::string &Completion : Action.Completions) in ElCompletionFn() local
193 enum class Completion { None, LLDBCommand, Expression }; enum
270 CodeCompletionString *Completion; member
4188 Sema::AttributeCompletion Completion, in TryParseCXX11AttributeIdentifier()
2096 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local
4510 AttributeCompletion Completion, in CodeCompleteAttribute()4716 CodeCompletionBuilder Completion(Results.getAllocator(), in AddLambdaCompletion() local