Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp147 std::string &FileURIStorage) { in getTokenLocation() argument
151 FileURIStorage = toURI(SM, Path, Opts); in getTokenLocation()
153 Result.FileURI = FileURIStorage.c_str(); in getTokenLocation()