/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
D | Marshalling.h | 46 llvm::Expected<clangd::LookupRequest> 47 fromProtobuf(const LookupRequest *Message); 58 LookupRequest toProtobuf(const clangd::LookupRequest &From);
|
D | Marshalling.cpp | 78 llvm::Expected<clangd::LookupRequest> 79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf() 80 clangd::LookupRequest Req; in fromProtobuf() 207 LookupRequest Marshaller::toProtobuf(const clangd::LookupRequest &From) { in toProtobuf() 208 LookupRequest RPCRequest; in toProtobuf()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Index.h | 64 struct LookupRequest { struct 103 lookup(const LookupRequest &Req, 140 void lookup(const LookupRequest &,
|
D | ProjectAware.cpp | 39 void lookup(const LookupRequest &Req, 82 const LookupRequest &Req, in lookup()
|
D | MemIndex.cpp | 60 void MemIndex::lookup(const LookupRequest &Req, in lookup() 97 LookupRequest LookupReq; in relations()
|
D | Merge.h | 41 void lookup(const LookupRequest &,
|
D | Index.cpp | 65 void SwapIndex::lookup(const LookupRequest &R, in lookup()
|
D | MemIndex.h | 55 void lookup(const LookupRequest &Req,
|
D | Merge.cpp | 71 const LookupRequest &Req, in lookup()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
D | TargetProcessControlTypes.h | 64 struct LookupRequest { struct 65 LookupRequest(DylibHandle Handle, const SymbolLookupSet &Symbols) in LookupRequest() argument
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | TargetProcessControl.h | 126 lookupSymbols(ArrayRef<tpctypes::LookupRequest> Request) = 0; 175 lookupSymbols(ArrayRef<tpctypes::LookupRequest> Request) override;
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/ |
D | Service.proto | 18 rpc Lookup(LookupRequest) returns (stream LookupReply) {}
|
D | Client.cpp | 85 void lookup(const clangd::LookupRequest &Request, in lookup()
|
D | Index.proto | 16 message LookupRequest { repeated string ids = 1; } message
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | TPCDynamicLibrarySearchGenerator.cpp | 44 tpctypes::LookupRequest Request(H, LookupSymbols); in tryToGenerate()
|
D | TargetProcessControl.cpp | 69 ArrayRef<tpctypes::LookupRequest> Request) { in lookupSymbols()
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | Dex.h | 77 void lookup(const LookupRequest &Req,
|
D | Dex.cpp | 267 void Dex::lookup(const LookupRequest &Req, in lookup() 301 LookupRequest LookupReq; in relations()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | HeaderSourceSwitch.cpp | 79 LookupRequest Request; in getCorrespondingHeaderOrSource()
|
D | IncludeFixer.cpp | 433 LookupRequest Req; in lookupCached()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | TestIndex.cpp | 108 LookupRequest Req; in lookup()
|
D | RenameTests.cpp | 1234 lookup(const LookupRequest &Req, in TEST() 1282 void lookup(const LookupRequest &, in TEST() argument
|
/external/llvm-project/clang-tools-extra/clangd/unittests/remote/ |
D | MarshallingTests.cpp | 299 clangd::LookupRequest Request; in TEST() 313 clangd::LookupRequest Request; in TEST()
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/dexp/ |
D | Dexp.cpp | 202 LookupRequest Request; in run()
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/ |
D | Server.cpp | 100 const LookupRequest *Request, in Lookup()
|