| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/ |
| H A D | Marshalling.h | 51 llvm::Expected<clangd::RelationsRequest> 52 fromProtobuf(const RelationsRequest *Message); 61 RelationsRequest toProtobuf(const clangd::RelationsRequest &From);
|
| H A D | Marshalling.cpp | 129 llvm::Expected<clangd::RelationsRequest> 130 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf() 131 clangd::RelationsRequest Req; in fromProtobuf() 247 RelationsRequest Marshaller::toProtobuf(const clangd::RelationsRequest &From) { in toProtobuf() 248 RelationsRequest RPCRequest; in toProtobuf()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Index.h | 80 struct RelationsRequest { struct 148 const RelationsRequest &Req, 178 void relations(const RelationsRequest &,
|
| H A D | ProjectAware.cpp | 46 void relations(const RelationsRequest &Req, 107 const RelationsRequest &Req, in relations()
|
| H A D | Merge.h | 41 void relations(const RelationsRequest &,
|
| H A D | Index.cpp | 70 const RelationsRequest &R, in relations()
|
| H A D | MemIndex.h | 75 void relations(const RelationsRequest &Req,
|
| H A D | MemIndex.cpp | 89 const RelationsRequest &Req, in relations()
|
| H A D | Merge.cpp | 167 const RelationsRequest &Req, in relations()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | Service.proto | 24 rpc Relations(RelationsRequest) returns (stream RelationsReply) {}
|
| H A D | Client.cpp | 150 relations(const clangd::RelationsRequest &Request, in relations()
|
| H A D | Index.proto | 112 message RelationsRequest { message
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/ |
| H A D | Dex.h | 88 void relations(const RelationsRequest &Req,
|
| H A D | Dex.cpp | 317 const RelationsRequest &Req, in relations()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/remote/ |
| H A D | MarshallingTests.cpp | 369 clangd::RelationsRequest Request; in TEST() 395 RelationsRequest Serialized; in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | RenameTests.cpp | 1361 void relations(const RelationsRequest &Req, in TEST() 1410 void relations(const RelationsRequest &, in TEST() argument
|
| H A D | FileIndexTests.cpp | 420 RelationsRequest Req; in TEST() 446 RelationsRequest Req; in TEST()
|
| H A D | TypeHierarchyTests.cpp | 591 RelationsRequest Req; in collectSubtypes()
|
| H A D | DexTests.cpp | 757 RelationsRequest Req; in TEST()
|
| H A D | CodeCompleteTests.cpp | 1530 void relations(const RelationsRequest &, in relations() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/ |
| H A D | Dexp.cpp | 292 RelationsRequest Req; in run()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/server/ |
| H A D | Server.cpp | 262 const RelationsRequest *Request, in Relations()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 314 RelationsRequest Req; in findImplementors() 1391 RelationsRequest OverriddenBy; in findReferences() 1692 RelationsRequest Req; in fillSubTypes()
|