Lines Matching refs:clangd
18 namespace clangd {
41 llvm::Expected<clangd::Symbol> fromProtobuf(const Symbol &Message);
42 llvm::Expected<clangd::Ref> fromProtobuf(const Ref &Message);
43 llvm::Expected<std::pair<clangd::SymbolID, clangd::Symbol>>
46 llvm::Expected<clangd::LookupRequest>
48 llvm::Expected<clangd::FuzzyFindRequest>
50 llvm::Expected<clangd::RefsRequest> fromProtobuf(const RefsRequest *Message);
51 llvm::Expected<clangd::RelationsRequest>
58 LookupRequest toProtobuf(const clangd::LookupRequest &From);
59 FuzzyFindRequest toProtobuf(const clangd::FuzzyFindRequest &From);
60 RefsRequest toProtobuf(const clangd::RefsRequest &From);
61 RelationsRequest toProtobuf(const clangd::RelationsRequest &From);
63 llvm::Expected<Symbol> toProtobuf(const clangd::Symbol &From);
64 llvm::Expected<Ref> toProtobuf(const clangd::Ref &From);
65 llvm::Expected<Relation> toProtobuf(const clangd::SymbolID &Subject,
66 const clangd::Symbol &Object);
80 clangd::SymbolLocation::Position fromProtobuf(const Position &Message);
81 Position toProtobuf(const clangd::SymbolLocation::Position &Position);
84 llvm::Expected<clangd::SymbolLocation>
87 toProtobuf(const clangd::SymbolLocation &Location);
89 toProtobuf(const clangd::Symbol::IncludeHeaderWithReferences &IncludeHeader);
90 llvm::Expected<clangd::Symbol::IncludeHeaderWithReferences>