| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ProjectAwareIndexTests.cpp | 43 Req.AnyScope = true; in TEST() 67 Req.AnyScope = true; in TEST()
|
| H A D | DexTests.cpp | 506 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 D | IndexTests.cpp | 130 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 D | SyncAPI.cpp | 127 Req.AnyScope = true; in runFuzzyFind()
|
| H A D | QualityTests.cpp | 188 Req.AnyScope = true; in TEST()
|
| H A D | TypeHierarchyTests.cpp | 576 Request.AnyScope = true; in findSymbolIDByName()
|
| H A D | FileIndexTests.cpp | 442 FFReq.AnyScope = true; in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Index.cpp | 36 O.map("AnyScope", Request.AnyScope) && O.map("Limit", Limit) && in fromJSON() 49 {"AnyScope", Request.AnyScope}, in toJSON()
|
| H A D | MemIndex.cpp | 41 if (!Req.AnyScope && !llvm::is_contained(Req.Scopes, Sym->Scope)) in fuzzyFind()
|
| H A D | Index.h | 39 bool AnyScope = false; member
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | FindSymbols.cpp | 101 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 D | IncludeFixer.cpp | 554 Req.AnyScope = false; in fixUnresolvedName()
|
| H A D | CodeComplete.cpp | 1698 Req.AnyScope = AllScopes; in queryIndex()
|
| H A D | XRefs.cpp | 577 Req.AnyScope = true; in locateSymbolTextually()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/ |
| H A D | Marshalling.cpp | 95 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 D | Dexp.cpp | 161 Request.AnyScope = Request.Scopes.empty(); in run()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/ |
| H A D | Dex.cpp | 235 if (Req.AnyScope) in fuzzyFind()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2339 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 D | Attributor.h | 160 AnyScope = Intraprocedural | Interprocedural, enumerator
|