Searched refs:Completions (Results 1 – 10 of 10) sorted by relevance
34 std::vector<StringRef> Completions; member 67 if (Option->getValue("Completions")) in CommandOption() 68 Completions = Option->getValueAsListOfStrings("Completions"); in CommandOption() 120 if (!O.Completions.empty()) { in emitOption() 122 for (llvm::StringRef Completion : O.Completions) in emitOption()
72 // - `Completions`: Sets a given kinds of completions.74 // Completions<["DiskFile", "DiskDirectory"]>;165 class Completions<list<string> completions> {166 list<string> Completions = completions;170 list<string> Completions = [completion];
72 Action.Completions.push_back(Comp.DisplayText); in complete() 152 if (Action.Completions.empty()) { in ElCompletionFn() 171 for (const std::string &Completion : Action.Completions) in ElCompletionFn()
28 llvm::DenseMap<CXXRecordDecl *, CompletionFunction> Completions; variable
62 std::vector<std::string> Completions; member
523 Completions.insert(std::make_pair(Record->getCanonicalDecl(), Fn)); in onCompletion()536 auto It = Completions.find(Record); in CompleteType()537 if (It == Completions.end()) in CompleteType()
276 std::vector<MatcherCompletion> Completions; variable
697 std::vector<MatcherCompletion> Completions; in getMatcherCompletions() local794 Completions.emplace_back(TypedText, OS.str(), MaxSpecificity); in getMatcherCompletions()798 return Completions; in getMatcherCompletions()
959 ArrayRef<uint32_t> Completions, unsigned Width);2016 HvxSelector::completeToPerfect(ArrayRef<uint32_t> Completions, unsigned Width) {2019 SmallVector<uint32_t, 8> Comps(Completions); in completeToPerfect() 2017 completeToPerfect(ArrayRef<uint32_t> Completions,unsigned Width) completeToPerfect() argument
86 complete complete p/1/X/ # Completions only