Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFindSymbols.h25 llvm::Expected<Location> indexToLSPLocation(const SymbolLocation &Loc,
DFindSymbols.cpp62 llvm::Expected<Location> indexToLSPLocation(const SymbolLocation &Loc, in indexToLSPLocation() function
82 return indexToLSPLocation( in symbolToLocation()
DXRefs.cpp499 indexToLSPLocation(Sym.CanonicalDeclaration, MainFilePath); in locateSymbolTextually()
508 auto MaybeDefLoc = indexToLSPLocation(Sym.Definition, MainFilePath); in locateSymbolTextually()
1162 indexToLSPLocation(Object.CanonicalDeclaration, *MainFilePath); in findImplementations()
1170 auto DefLoc = indexToLSPLocation(Object.Definition, *MainFilePath); in findImplementations()
1704 auto Loc = indexToLSPLocation(R.Location, Item.uri.file()); in incomingCalls()