Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp150 SymbolLocation toIndexLocation(const Location &Loc, std::string &URIStorage) { in toIndexLocation() argument
152 URIStorage = Loc.uri.uri(); in toIndexLocation()
153 SymLoc.FileURI = URIStorage.c_str(); in toIndexLocation()