Searched defs:Completion (Results 1 – 10 of 10) sorted by relevance
67 struct Completion { struct68 Completion() {} in Completion() function69 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function92 /// position in the StringRef) and returns a std::vector<Completion>. argument
216 Completion chapter
193 Completion chapter
50 struct Completion { struct51 bool completed = false;52 std::mutex mu;53 std::condition_variable cv;
440 const MatcherCompletion& Completion) { in addCompletion()477 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local481 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
87 class Completion(six.with_metaclass(abc.ABCMeta)): class
447 TEST_F(RegistryTest, Completion) { in TEST_F() argument
326 CodeCompletionString *Completion; member
2265 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local