Searched defs:Completion (Results 1 – 9 of 9) sorted by relevance
/freebsd/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() argument 91 /// position in the StringRef) and returns a std::vector<Completion>. argument
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() function
|
/freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBOptionDefEmitter.cpp | 122 for (llvm::StringRef Completion : O.Completions) in emitOption() local
|
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 171 for (const std::string &Completion : Action.Completions) in ElCompletionFn() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 192 enum class Completion { None, LLDBCommand, Expression }; enum
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 273 CodeCompletionString *Completion; member
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2127 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 4455 SourceLocation &Loc, SemaCodeCompletion::AttributeCompletion Completion, in TryParseCXX11AttributeIdentifier()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 4600 AttributeCommonInfo::Syntax Syntax, AttributeCompletion Completion, in CodeCompleteAttribute() 4808 CodeCompletionBuilder Completion(Results.getAllocator(), in AddLambdaCompletion() local
|