Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp144 SymbolLocation toIndexLocation(const Location &Loc, std::string &URIStorage) { in toIndexLocation() argument
146 URIStorage = Loc.uri.uri(); in toIndexLocation()
147 SymLoc.FileURI = URIStorage.c_str(); in toIndexLocation()