• Home
  • Raw
  • Download

Lines Matching refs:Marshaller

57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot,  in Marshaller()  function in clang::clangd::remote::Marshaller
79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
129 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
143 llvm::Expected<clangd::Symbol> Marshaller::fromProtobuf(const Symbol &Message) { in fromProtobuf()
182 llvm::Expected<clangd::Ref> Marshaller::fromProtobuf(const Ref &Message) { in fromProtobuf()
195 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
207 LookupRequest Marshaller::toProtobuf(const clangd::LookupRequest &From) { in toProtobuf()
214 FuzzyFindRequest Marshaller::toProtobuf(const clangd::FuzzyFindRequest &From) { in toProtobuf()
235 RefsRequest Marshaller::toProtobuf(const clangd::RefsRequest &From) { in toProtobuf()
245 RelationsRequest Marshaller::toProtobuf(const clangd::RelationsRequest &From) { in toProtobuf()
255 llvm::Expected<Symbol> Marshaller::toProtobuf(const clangd::Symbol &From) { in toProtobuf()
291 llvm::Expected<Ref> Marshaller::toProtobuf(const clangd::Ref &From) { in toProtobuf()
301 llvm::Expected<Relation> Marshaller::toProtobuf(const clangd::SymbolID &Subject, in toProtobuf()
313 Marshaller::relativePathToURI(llvm::StringRef RelativePath) { in relativePathToURI()
326 llvm::Expected<std::string> Marshaller::uriToRelativePath(llvm::StringRef URI) { in uriToRelativePath()
346 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
354 Marshaller::toProtobuf(const clangd::SymbolLocation::Position &Position) { in toProtobuf()
361 clang::index::SymbolInfo Marshaller::fromProtobuf(const SymbolInfo &Message) { in fromProtobuf()
371 SymbolInfo Marshaller::toProtobuf(const clang::index::SymbolInfo &Info) { in toProtobuf()
381 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
393 Marshaller::toProtobuf(const clangd::SymbolLocation &Location) { in toProtobuf()
404 llvm::Expected<HeaderWithReferences> Marshaller::toProtobuf( in toProtobuf()
421 Marshaller::fromProtobuf(const HeaderWithReferences &Message) { in fromProtobuf()