/external/llvm-project/clang-tools-extra/clang-query/ |
D | QueryParser.h | 62 std::vector<llvm::LineEditor::Completion> Completions; variable
|
/external/python/cpython3/Doc/library/ |
D | idle.rst | 474 Completions section in Editing and navigation 525 .. _calltips:
|
/external/llvm/unittests/LineEditor/ |
D | LineEditor.cpp | 44 std::vector<LineEditor::Completion> Completions; member
|
/external/llvm-project/llvm/unittests/LineEditor/ |
D | LineEditor.cpp | 43 std::vector<LineEditor::Completion> Completions; member
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 398 Completions section in Editing and navigation
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | Parser.h | 250 std::vector<MatcherCompletion> Completions; variable
|
/external/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
D | Parser.h | 255 std::vector<MatcherCompletion> Completions; variable
|
/external/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 63 std::vector<std::string> Completions; member
|
/external/llvm-project/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 62 std::vector<std::string> Completions; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/ |
D | LineEditor.h | 62 std::vector<std::string> Completions; member
|
/external/llvm-project/lldb/utils/TableGen/ |
D | LLDBOptionDefEmitter.cpp | 35 std::vector<StringRef> Completions; member
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CodeCompleteTests.cpp | 1094 auto Completions = completions(R"cpp( in TEST() local 1520 auto Completions = completions( in TEST() local 1538 auto Completions = completions( in TEST() local 1552 auto Completions = completions( in TEST() local 1566 auto Completions = completions( in TEST() local 1685 CodeCompleteResult Completions = in TEST() local 2830 auto Completions = completions(R"cpp( in TEST() local 2847 auto Completions = completions("auto&& x = []{^").Completions; in TEST() local 2873 auto Completions = completions(WithRange); in TEST() local
|
D | ClangdTests.cpp | 973 auto Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST() local 1051 auto Completions = cantFail(runCodeComplete(Server, SourcePath, Code.point(), in TEST() local
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 493 std::vector<MatcherCompletion> Completions; in getMatcherCompletions() local
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 615 std::vector<MatcherCompletion> Completions; in getMatcherCompletions() local
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CodeComplete.h | 258 std::vector<CodeCompletion> Completions; member
|