Searched defs:Completion (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LineEditor/ |
H A D | LineEditor.h | 66 struct Completion { struct 68 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function 91 /// position in the StringRef) and returns a std::vector<Completion>. argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() function
|
/freebsd-src/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBOptionDefEmitter.cpp | 122 for (llvm::StringRef Completion : O.Completions) in emitOption() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Parser.cpp | 737 const MatcherCompletion& Completion) { in addCompletion() 774 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local 778 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 171 for (const std::string &Completion : Action.Completions) in ElCompletionFn() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 192 enum class Completion { None, LLDBCommand, Expression }; enum
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 273 CodeCompletionString *Completion; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2114 CodeCompletionString *Completion = C->Completion; ProcessCodeCompleteResults() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 4252 TryParseCXX11AttributeIdentifier(SourceLocation & Loc,Sema::AttributeCompletion Completion,const IdentifierInfo * Scope) TryParseCXX11AttributeIdentifier() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 4591 CodeCompleteAttribute(AttributeCommonInfo::Syntax Syntax,AttributeCompletion Completion,const IdentifierInfo * InScope) CodeCompleteAttribute() argument 4797 CodeCompletionBuilder Completion(Results.getAllocator(), AddLambdaCompletion() local [all...] |