Home
last modified time | relevance | path

Searched refs:Completions (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp34 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()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td72 // - `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];
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp72 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DHLSLExternalSemaSource.h28 llvm::DenseMap<CXXRecordDecl *, CompletionFunction> Completions; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h62 std::vector<std::string> Completions; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp523 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()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h276 std::vector<MatcherCompletion> Completions; variable
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp697 std::vector<MatcherCompletion> Completions; in getMatcherCompletions() local
794 Completions.emplace_back(TypedText, OS.str(), MaxSpecificity); in getMatcherCompletions()
798 return Completions; in getMatcherCompletions()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp959 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
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh86 complete complete p/1/X/ # Completions only