Searched defs:completions (Results 1 – 8 of 8) sorted by relevance
/llvm-project/mlir/lib/Query/ |
H A D | QueryParser.h | 52 std::vector<llvm::LineEditor::Completion> completions; variable
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 196 AddCompletions(const StringList & completions) AddCompletions() argument 209 AddCompletions(const StringList & completions,const StringList & descriptions) AddCompletions() argument [all...] |
/llvm-project/mlir/lib/Query/Matcher/ |
H A D | Parser.h | 185 std::vector<MatcherCompletion> completions; variable
|
H A D | RegistryManager.cpp | 80 std::vector<MatcherCompletion> completions; in getMatcherCompletions() local
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest.py | 181 COMPLETION_MSG(str_before, str_after, completions) global() argument 2212 completions_match(self, command, completions) global() argument 2223 completions_contain(self, command, completions) global() argument [all...] |
/llvm-project/lldb/source/Host/common/ |
H A D | Editline.cpp | 1006 StringList completions; TabCommand() local
|
/llvm-project/mlir/lib/Tools/mlir-lsp-server/ |
H A D | MLIRServer.cpp | 858 void appendSimpleCompletions(ArrayRef<StringRef> completions, in appendSimpleCompletions()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | CodeCompleteTests.cpp | 117 CodeCompleteResult completions(const TestTU &TU, Position Point, completions() function 142 CodeCompleteResult completions(llvm::StringRef Text, completions() function [all...] |