| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/ |
| H A D | Marshalling.h | 46 llvm::Expected<clangd::LookupRequest> 47 fromProtobuf(const LookupRequest *Message); 58 LookupRequest toProtobuf(const clangd::LookupRequest &From);
|
| H A D | Marshalling.cpp | 78 llvm::Expected<clangd::LookupRequest> 79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf() 80 clangd::LookupRequest Req; in fromProtobuf() 208 LookupRequest Marshaller::toProtobuf(const clangd::LookupRequest &From) { in toProtobuf() 209 LookupRequest RPCRequest; in toProtobuf()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericDylibManager.cpp | 44 ExecutorProcessControl::LookupRequest> { 49 static size_t size(const ExecutorProcessControl::LookupRequest &LR) { in size() 54 const ExecutorProcessControl::LookupRequest &LR) { in serialize()
|
| H A D | EPCDynamicLibrarySearchGenerator.cpp | 44 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate()
|
| H A D | LookupAndRecordAddrs.cpp | 63 ExecutorProcessControl::LookupRequest LR(H, Symbols); in lookupAndRecordAddrs()
|
| H A D | ExecutorProcessControl.cpp | 87 SelfExecutorProcessControl::lookupSymbols(ArrayRef<LookupRequest> Request) { in lookupSymbols()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Index.h | 64 struct LookupRequest { struct 130 lookup(const LookupRequest &Req, 174 void lookup(const LookupRequest &,
|
| H A D | ProjectAware.cpp | 32 void lookup(const LookupRequest &Req, 81 const LookupRequest &Req, in lookup()
|
| H A D | MemIndex.cpp | 58 void MemIndex::lookup(const LookupRequest &Req, in lookup() 93 LookupRequest LookupReq; in relations()
|
| H A D | Merge.h | 37 void lookup(const LookupRequest &,
|
| H A D | Index.cpp | 61 void SwapIndex::lookup(const LookupRequest &R, in lookup()
|
| H A D | MemIndex.h | 69 void lookup(const LookupRequest &Req,
|
| H A D | Merge.cpp | 92 const LookupRequest &Req, in lookup()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 165 struct LookupRequest { struct 166 LookupRequest(tpctypes::DylibHandle Handle, const SymbolLookupSet &Symbols) in LookupRequest() argument 256 lookupSymbols(ArrayRef<LookupRequest> Request) = 0; 391 lookupSymbols(ArrayRef<LookupRequest> Request) override { in lookupSymbols() 432 lookupSymbols(ArrayRef<LookupRequest> Request) override;
|
| H A D | SimpleRemoteEPC.h | 75 lookupSymbols(ArrayRef<LookupRequest> Request) override;
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | Service.proto | 18 rpc Lookup(LookupRequest) returns (stream LookupReply) {}
|
| H A D | Client.cpp | 130 void lookup(const clangd::LookupRequest &Request, in lookup()
|
| H A D | Index.proto | 16 message LookupRequest { repeated string ids = 1; } message
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | HeaderSourceSwitch.cpp | 77 LookupRequest Request; in getCorrespondingHeaderOrSource()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/ |
| H A D | Dex.h | 82 void lookup(const LookupRequest &Req,
|
| H A D | Dex.cpp | 290 void Dex::lookup(const LookupRequest &Req, in lookup() 322 LookupRequest LookupReq; in relations()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TestIndex.cpp | 138 LookupRequest Req; in lookup()
|
| H A D | IndexTests.cpp | 320 LookupRequest LookupReq; in TEST() 629 LookupRequest Req; in TEST()
|
| H A D | RenameTests.cpp | 1358 lookup(const LookupRequest &Req, in TEST() 1407 void lookup(const LookupRequest &, in TEST() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/remote/ |
| H A D | MarshallingTests.cpp | 299 clangd::LookupRequest Request; in TEST() 313 clangd::LookupRequest Request; in TEST()
|