Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DURI.h85 static llvm::Expected<std::string> includeSpelling(const URI &U);
DURI.cpp275 llvm::Expected<std::string> URI::includeSpelling(const URI &Uri) { in includeSpelling() function in clang::clangd::URI
DHeaders.cpp124 auto IncludePath = URI::includeSpelling(*U); in toHeaderFile()