/llvm-project/llvm/include/llvm/LineEditor/ |
H A D | LineEditor.h | 68 Completion() = default; in Completion() argument 66 struct Completion { global() struct 91 DisplayTextCompletion global() argument
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() function
|
/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBOptionDefEmitter.cpp | 122 for (llvm::StringRef Completion : O.Completions) in emitOption() local
|
/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
|
/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 171 for (const std::string &Completion : Action.Completions) ElCompletionFn() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ConfigFragment.h | 312 CompletionBlock Completion; global() member
|
H A D | Config.h | 134 } Completion; global() member
|
H A D | CodeComplete.cpp | 655 CodeCompletion Completion; global() member [all...] |
H A D | Protocol.cpp | 393 if (auto *Completion = TextDocument->getObject("completion")) { in fromJSON() local
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 192 enum class Completion { None, LLDBCommand, Expression }; global() enum
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | RegistryTest.cpp | 478 TEST_F(RegistryTest, Completion) { in TEST_F() argument
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 273 CodeCompletionString *Completion; member
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | CodeCompleteTests.cpp | 1306 struct Completion { TEST() struct 1307 Nameclang::clangd::__anon17df6cb70111::TEST::Completion TEST() argument 1308 MainFileRefsclang::clangd::__anon17df6cb70111::TEST::Completion TEST() argument 1309 ScopeRefsInFileclang::clangd::__anon17df6cb70111::TEST::Completion TEST() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2127 CodeCompletionString *Completion = C->Completion; ProcessCodeCompleteResults() local [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 4455 TryParseCXX11AttributeIdentifier(SourceLocation & Loc,SemaCodeCompletion::AttributeCompletion Completion,const IdentifierInfo * Scope) TryParseCXX11AttributeIdentifier() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 4600 CodeCompleteAttribute(AttributeCommonInfo::Syntax Syntax,AttributeCompletion Completion,const IdentifierInfo * InScope) CodeCompleteAttribute() argument 4808 CodeCompletionBuilder Completion(Results.getAllocator(), AddLambdaCompletion() local [all...] |