Searched defs:completion (Results 1 – 8 of 8) sorted by relevance
61 void CompletionResult::AddResult(llvm::StringRef completion, in AddResult()73 for (const Completion &completion : m_results) in GetMatches() local79 for (const Completion &completion : m_results) in GetDescriptions() local
38 auto completion = []() {}; in main() local
53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() argument 197 for (const std::string &completion : completions) AddCompletions() local [all...]
439 const MatcherCompletion &completion) { in addCompletion()472 for (const auto &completion : sema->getMatcherCompletions(acceptedTypes)) { in addExpressionCompletions() local476 for (const auto &completion : getNamedValueCompletions(acceptedTypes)) { in addExpressionCompletions() local
195 m_completion(completion) m_completion() argument 297 IOHandlerDelegate(completion) IOHandlerDelegate() argument
723 CompletionResult::Completion completion; global() member 919 CompletionResult::Completion completion(CompletionSuggestion, Description, getCompletionForResult() local [all...]
1013 CompletionResult::Completion completion = results.front(); TabCommand() local [all...]
861 for (StringRef completion : completions) in appendSimpleCompletions() local