Searched refs:RelationsRequest (Results 1 – 22 of 22) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
D | Marshalling.h | 51 llvm::Expected<clangd::RelationsRequest> 52 fromProtobuf(const RelationsRequest *Message); 61 RelationsRequest toProtobuf(const clangd::RelationsRequest &From);
|
D | Marshalling.cpp | 128 llvm::Expected<clangd::RelationsRequest> 129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf() 130 clangd::RelationsRequest Req; in fromProtobuf() 245 RelationsRequest Marshaller::toProtobuf(const clangd::RelationsRequest &From) { in toProtobuf() 246 RelationsRequest RPCRequest; in toProtobuf()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Index.h | 77 struct RelationsRequest { struct 120 const RelationsRequest &Req, 144 void relations(const RelationsRequest &,
|
D | ProjectAware.cpp | 53 void relations(const RelationsRequest &Req, 108 const RelationsRequest &Req, in relations()
|
D | Merge.h | 45 void relations(const RelationsRequest &,
|
D | Index.cpp | 74 const RelationsRequest &R, in relations()
|
D | MemIndex.h | 61 void relations(const RelationsRequest &Req,
|
D | MemIndex.cpp | 92 const RelationsRequest &Req, in relations()
|
D | Merge.cpp | 131 const RelationsRequest &Req, in relations()
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/ |
D | Service.proto | 24 rpc Relations(RelationsRequest) returns (stream RelationsReply) {}
|
D | Client.cpp | 105 relations(const clangd::RelationsRequest &Request, in relations()
|
D | Index.proto | 111 message RelationsRequest { message
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | Dex.h | 83 void relations(const RelationsRequest &Req,
|
D | Dex.cpp | 295 const RelationsRequest &Req, in relations()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/remote/ |
D | MarshallingTests.cpp | 369 clangd::RelationsRequest Request; in TEST() 395 RelationsRequest Serialized; in TEST()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | RenameTests.cpp | 1237 void relations(const RelationsRequest &Req, in TEST() 1285 void relations(const RelationsRequest &, in TEST() argument
|
D | FileIndexTests.cpp | 423 RelationsRequest Req; in TEST() 449 RelationsRequest Req; in TEST()
|
D | TypeHierarchyTests.cpp | 587 RelationsRequest Req; in collectSubtypes()
|
D | DexTests.cpp | 726 RelationsRequest Req; in TEST()
|
D | CodeCompleteTests.cpp | 1348 void relations(const RelationsRequest &, in relations() argument
|
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/ |
D | Server.cpp | 214 const RelationsRequest *Request, in Relations()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | XRefs.cpp | 1151 RelationsRequest Req; in findImplementations() 1452 RelationsRequest Req; in fillSubTypes()
|