Home
last modified time | relevance | path

Searched defs:AllScopes (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigYAMLTests.cpp190 TEST(ParseYAML, AllScopes) { in TEST() argument
H A DConfigCompileTests.cpp526 TEST_F(ConfigCompileTests,AllScopes) TEST_F() argument
/llvm-project/clang-tools-extra/clangd/
H A DCodeComplete.h108 bool AllScopes = false; global() member
H A DConfigFragment.h310 std::optional<Located<bool>> AllScopes; global() member
H A DConfig.h133 bool AllScopes = true; global() member
H A DConfigYAML.cpp230 if (auto AllScopes = boolValue(N, "AllScopes")) parse() local
H A DCodeComplete.cpp1600 bool AllScopes = false; global() member in clang::clangd::__anone5f83fc20111::CodeCompleteFlow
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp2012 findScopes(AllScopes); in run() local