Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp125 llvm::Optional<Location> toLSPLocation(const SymbolLocation &Loc, in toLSPLocation() function
401 if (auto Loc = toLSPLocation(Sym.CanonicalDeclaration, MainFilePath)) in locateASTReferent()
406 if (auto Loc = toLSPLocation( in locateASTReferent()
411 R.Definition = toLSPLocation(Sym.Definition, MainFilePath); in locateASTReferent()
414 if (auto Loc = toLSPLocation( in locateASTReferent()
1267 auto LSPLoc = toLSPLocation(R.Location, *MainFilePath); in findReferences()