Searched defs:Completion (Results 1 – 5 of 5) sorted by relevance
66 struct Completion { struct67 Completion() {} in Completion() argument68 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
271 CodeCompletionString *Completion; member
2066 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local
4406 CodeCompletionBuilder Completion(Results.getAllocator(), in AddLambdaCompletion() local