Home
last modified time | relevance | path

Searched refs:AllScopes (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.h126 bool AllScopes = false; member
DCodeComplete.cpp613 return {EnclosingAtFront, Opts.AllScopes}; in getQueryScopes()
1262 bool AllScopes = false; member in clang::clangd::__anon4117fc060111::CodeCompleteFlow
1345 llvm::join(QueryScopes.begin(), QueryScopes.end(), ","), AllScopes, in run()
1420 AllScopes = Opts.AllScopes; in runWithoutSema()
1480 std::tie(QueryScopes, AllScopes) = getQueryScopes( in runWithSema()
1529 Req.AnyScope = AllScopes; in queryIndex()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp518 Opts.AllScopes = true; in TEST()
2552 Opts.AllScopes = true; in TEST()
2566 Opts.AllScopes = true; in TEST()
2587 Opts.AllScopes = true; in TEST()
2604 Opts.AllScopes = true; in TEST()
2774 Opts.AllScopes = true; in TEST()
2783 Opts.AllScopes = true; in TEST()
2797 Opts.AllScopes = true; in TEST()
2941 Opts.AllScopes = true; in TEST()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp2007 SmallVector<CHRScope *, 8> AllScopes; in run() local
2008 findScopes(AllScopes); in run()
2009 CHR_DEBUG(dumpScopes(AllScopes, "All scopes")); in run()
2017 splitScopes(AllScopes, SplitScopes); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp2017 SmallVector<CHRScope *, 8> AllScopes; in run() local
2018 findScopes(AllScopes); in run()
2019 CHR_DEBUG(dumpScopes(AllScopes, "All scopes")); in run()
2027 splitScopes(AllScopes, SplitScopes); in run()
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp813 Opts.CodeComplete.AllScopes = AllScopesCompletion; in main()