Searched refs:includeSpelling (Results 1 – 3 of 3) sorted by relevance
85 static llvm::Expected<std::string> includeSpelling(const URI &U);
275 llvm::Expected<std::string> URI::includeSpelling(const URI &Uri) { in includeSpelling() function in clang::clangd::URI
124 auto IncludePath = URI::includeSpelling(*U); in toHeaderFile()