Home
last modified time | relevance | path

Searched refs:AllScopesCompletion (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp126 opt<bool> AllScopesCompletion{ variable
813 Opts.CodeComplete.AllScopes = AllScopesCompletion; in main()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp2564 TEST(CompletionTest, AllScopesCompletion) { in TEST() argument