Home
last modified time | relevance | path

Searched refs:RefsRequest (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.h50 llvm::Expected<clangd::RefsRequest> fromProtobuf(const RefsRequest *Message);
60 RefsRequest toProtobuf(const clangd::RefsRequest &From);
H A DMarshalling.cpp112 llvm::Expected<clangd::RefsRequest>
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
114 clangd::RefsRequest Req; in fromProtobuf()
236 RefsRequest Marshaller::toProtobuf(const clangd::RefsRequest &From) { in toProtobuf()
237 RefsRequest RPCRequest; in toProtobuf()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndex.h68 struct RefsRequest { struct
141 virtual bool refs(const RefsRequest &Req,
176 bool refs(const RefsRequest &,
H A DProjectAware.cpp36 bool refs(const RefsRequest &Req,
89 const RefsRequest &Req, in refs()
H A DMerge.h39 bool refs(const RefsRequest &,
H A DIndex.cpp65 bool SwapIndex::refs(const RefsRequest &R, in refs()
H A DMemIndex.h72 bool refs(const RefsRequest &Req,
H A DMemIndex.cpp68 bool MemIndex::refs(const RefsRequest &Req, in refs()
H A DMerge.cpp125 bool MergedIndex::refs(const RefsRequest &Req, in refs()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/
H A DService.proto22 rpc Refs(RefsRequest) returns (stream RefsReply) {}
H A DClient.cpp144 refs(const clangd::RefsRequest &Request, in refs()
H A DIndex.proto46 message RefsRequest { message
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DDex.h85 bool refs(const RefsRequest &Req,
H A DDex.cpp300 bool Dex::refs(const RefsRequest &Req, in refs()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/remote/
H A DMarshallingTests.cpp338 clangd::RefsRequest Request; in TEST()
359 clangd::RefsRequest Request; in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSyncAPI.cpp138 RefsRequest Req; in getRefs()
H A DRenameTests.cpp1347 bool refs(const RefsRequest &Req, in TEST()
1395 bool refs(const RefsRequest &Req, in TEST()
H A DIndexTests.cpp483 RefsRequest Request; in TEST()
H A DDexTests.cpp724 RefsRequest Req; in TEST()
H A DFileIndexTests.cpp342 RefsRequest Request; in TEST()
H A DXRefsTests.cpp2356 bool refs(const RefsRequest &Req, in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp256 RefsRequest RefRequest; in run()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/server/
H A DServer.cpp219 grpc::Status Refs(grpc::ServerContext *Context, const RefsRequest *Request, in Refs()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp561 RefsRequest RQuest; in findOccurrencesOutsideFile()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1465 RefsRequest Req; in findReferences()
2159 RefsRequest Request; in incomingCalls()

12