Home
last modified time | relevance | path

Searched refs:fromRanges (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DCallHierarchyTests.cpp48 return Field(&CallHierarchyIncomingCall::fromRanges, in FromRanges()
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h1454 std::vector<Range> fromRanges; member
1473 std::vector<Range> fromRanges; member
DProtocol.cpp1251 return llvm::json::Object{{"from", C.from}, {"fromRanges", C.fromRanges}}; in toJSON()
1261 return llvm::json::Object{{"to", C.to}, {"fromRanges", C.fromRanges}}; in toJSON()