Home
last modified time | relevance | path

Searched refs:LookupRequest (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.h46 llvm::Expected<clangd::LookupRequest>
47 fromProtobuf(const LookupRequest *Message);
58 LookupRequest toProtobuf(const clangd::LookupRequest &From);
H A DMarshalling.cpp78 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 DEPCGenericDylibManager.cpp44 ExecutorProcessControl::LookupRequest> {
49 static size_t size(const ExecutorProcessControl::LookupRequest &LR) { in size()
54 const ExecutorProcessControl::LookupRequest &LR) { in serialize()
H A DEPCDynamicLibrarySearchGenerator.cpp44 ExecutorProcessControl::LookupRequest Request(H, LookupSymbols); in tryToGenerate()
H A DLookupAndRecordAddrs.cpp63 ExecutorProcessControl::LookupRequest LR(H, Symbols); in lookupAndRecordAddrs()
H A DExecutorProcessControl.cpp87 SelfExecutorProcessControl::lookupSymbols(ArrayRef<LookupRequest> Request) { in lookupSymbols()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndex.h64 struct LookupRequest { struct
130 lookup(const LookupRequest &Req,
174 void lookup(const LookupRequest &,
H A DProjectAware.cpp32 void lookup(const LookupRequest &Req,
81 const LookupRequest &Req, in lookup()
H A DMemIndex.cpp58 void MemIndex::lookup(const LookupRequest &Req, in lookup()
93 LookupRequest LookupReq; in relations()
H A DMerge.h37 void lookup(const LookupRequest &,
H A DIndex.cpp61 void SwapIndex::lookup(const LookupRequest &R, in lookup()
H A DMemIndex.h69 void lookup(const LookupRequest &Req,
H A DMerge.cpp92 const LookupRequest &Req, in lookup()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h165 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 DSimpleRemoteEPC.h75 lookupSymbols(ArrayRef<LookupRequest> Request) override;
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/
H A DService.proto18 rpc Lookup(LookupRequest) returns (stream LookupReply) {}
H A DClient.cpp130 void lookup(const clangd::LookupRequest &Request, in lookup()
H A DIndex.proto16 message LookupRequest { repeated string ids = 1; } message
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaderSourceSwitch.cpp77 LookupRequest Request; in getCorrespondingHeaderOrSource()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DDex.h82 void lookup(const LookupRequest &Req,
H A DDex.cpp290 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 DTestIndex.cpp138 LookupRequest Req; in lookup()
H A DIndexTests.cpp320 LookupRequest LookupReq; in TEST()
629 LookupRequest Req; in TEST()
H A DRenameTests.cpp1358 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 DMarshallingTests.cpp299 clangd::LookupRequest Request; in TEST()
313 clangd::LookupRequest Request; in TEST()

12