Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-query/
DQueryParser.h62 std::vector<llvm::LineEditor::Completion> Completions; variable
/external/python/cpython3/Doc/library/
Didle.rst474 Completions section in Editing and navigation
525 .. _calltips:
/external/llvm/unittests/LineEditor/
DLineEditor.cpp44 std::vector<LineEditor::Completion> Completions; member
/external/llvm-project/llvm/unittests/LineEditor/
DLineEditor.cpp43 std::vector<LineEditor::Completion> Completions; member
/external/python/cpython2/Doc/library/
Didle.rst398 Completions section in Editing and navigation
/external/clang/include/clang/ASTMatchers/Dynamic/
DParser.h250 std::vector<MatcherCompletion> Completions; variable
/external/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DParser.h255 std::vector<MatcherCompletion> Completions; variable
/external/llvm/include/llvm/LineEditor/
DLineEditor.h63 std::vector<std::string> Completions; member
/external/llvm-project/llvm/include/llvm/LineEditor/
DLineEditor.h62 std::vector<std::string> Completions; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h62 std::vector<std::string> Completions; member
/external/llvm-project/lldb/utils/TableGen/
DLLDBOptionDefEmitter.cpp35 std::vector<StringRef> Completions; member
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp1094 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
DClangdTests.cpp973 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/
DRegistry.cpp493 std::vector<MatcherCompletion> Completions; in getMatcherCompletions() local
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp615 std::vector<MatcherCompletion> Completions; in getMatcherCompletions() local
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.h258 std::vector<CodeCompletion> Completions; member