Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp233 R.first->second = &toURIInternal(CanonPath ? *CanonPath : FE->getName()); in toURI()
244 return toURIInternal(Path); in toURI()
261 const std::string &toURIInternal(llvm::StringRef Path) { in toURIInternal() function in clang::clangd::SymbolCollector::HeaderFileURICache