Home
last modified time | relevance | path

Searched defs:Completion (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h68 Completion() = default; in Completion() argument
66 struct Completion { global() struct
91 DisplayTextCompletion global() argument
/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h53 Completion(llvm::StringRef completion, llvm::StringRef description, in Completion() function
/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp122 for (llvm::StringRef Completion : O.Completions) in emitOption() local
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp737 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 DLineEditor.cpp171 for (const std::string &Completion : Action.Completions) ElCompletionFn() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigFragment.h312 CompletionBlock Completion; global() member
H A DConfig.h134 } Completion; global() member
H A DCodeComplete.cpp655 CodeCompletion Completion; global() member
[all...]
H A DProtocol.cpp393 if (auto *Completion = TextDocument->getObject("completion")) { in fromJSON() local
/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h192 enum class Completion { None, LLDBCommand, Expression }; global() enum
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp478 TEST_F(RegistryTest, Completion) { in TEST_F() argument
/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h273 CodeCompletionString *Completion; member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp1306 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 DASTUnit.cpp2127 CodeCompletionString *Completion = C->Completion; ProcessCodeCompleteResults() local
[all...]
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4455 TryParseCXX11AttributeIdentifier(SourceLocation & Loc,SemaCodeCompletion::AttributeCompletion Completion,const IdentifierInfo * Scope) TryParseCXX11AttributeIdentifier() argument
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4600 CodeCompleteAttribute(AttributeCommonInfo::Syntax Syntax,AttributeCompletion Completion,const IdentifierInfo * InScope) CodeCompleteAttribute() argument
4808 CodeCompletionBuilder Completion(Results.getAllocator(), AddLambdaCompletion() local
[all...]