Home
last modified time | relevance | path

Searched refs:AnyScope (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DProjectAwareIndexTests.cpp43 Req.AnyScope = true; in TEST()
67 Req.AnyScope = true; in TEST()
H A DDexTests.cpp506 Req.AnyScope = true; in TEST()
517 Req.AnyScope = true; in TEST()
532 Req.AnyScope = true; in TEST()
542 Req.AnyScope = true; in TEST()
585 Req.AnyScope = true; in TEST()
632 Req.AnyScope = true; in TEST()
676 Req.AnyScope = true; in TEST()
693 Req.AnyScope = true; in TEST()
790 Req.AnyScope = true; in TEST()
825 Req.AnyScope = true; in TEST()
H A DIndexTests.cpp130 Req.AnyScope = true; in TEST()
140 Req.AnyScope = true; in TEST()
155 Req.AnyScope = true; in TEST()
166 Req.AnyScope = true; in TEST()
265 Req.AnyScope = true; in TEST()
375 Req.AnyScope = true; in TEST()
H A DSyncAPI.cpp127 Req.AnyScope = true; in runFuzzyFind()
H A DQualityTests.cpp188 Req.AnyScope = true; in TEST()
H A DTypeHierarchyTests.cpp576 Request.AnyScope = true; in findSymbolIDByName()
H A DFileIndexTests.cpp442 FFReq.AnyScope = true; in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndex.cpp36 O.map("AnyScope", Request.AnyScope) && O.map("Limit", Limit) && in fromJSON()
49 {"AnyScope", Request.AnyScope}, in toJSON()
H A DMemIndex.cpp41 if (!Req.AnyScope && !llvm::is_contained(Req.Scopes, Sym->Scope)) in fuzzyFind()
H A DIndex.h39 bool AnyScope = false; member
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindSymbols.cpp101 Req.AnyScope = !HasLeadingColons; in getWorkspaceSymbols()
109 if (Req.AnyScope && !Req.Scopes.empty()) in getWorkspaceSymbols()
116 Index->fuzzyFind(Req, [HintPath, &Top, &Filter, AnyScope = Req.AnyScope, in getWorkspaceSymbols()
121 if (AnyScope && !approximateScopeMatch(Scope, ReqScope)) in getWorkspaceSymbols()
136 Relevance.InBaseClass = AnyScope && Scope != ReqScope; in getWorkspaceSymbols()
H A DIncludeFixer.cpp554 Req.AnyScope = false; in fixUnresolvedName()
H A DCodeComplete.cpp1698 Req.AnyScope = AllScopes; in queryIndex()
H A DXRefs.cpp577 Req.AnyScope = true; in locateSymbolTextually()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp95 Result.AnyScope = Message->any_scope(); in fromProtobuf()
221 RPCRequest.set_any_scope(From.AnyScope); in toProtobuf()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp161 Request.AnyScope = Request.Scopes.empty(); in run()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DDex.cpp235 if (Req.AnyScope) in fuzzyFind()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2339 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
4245 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
4541 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
9266 AA::AnyScope, UsedAssumedInformation)) { in updateImpl()
9820 addValue(A, getState(), *Stripped, getCtxI(), AA::AnyScope, in initialize()
10285 Worklist.push_back({{*InitialV, getCtxI()}, AA::AnyScope}); in genericValueTraversal()
10401 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::AnyScope, in updateImpl()
10410 addValue(A, getState(), *It.getValue(), It.getCtxI(), AA::AnyScope, in updateImpl()
10535 if (recurseForValue(A, IRP, AA::AnyScope)) in updateImpl()
10538 addValue(A, getState(), *V, CB, AA::AnyScope, getAnchorScope()); in updateImpl()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h160 AnyScope = Intraprocedural | Interprocedural, enumerator