Searched refs:CleanedFilePath (Results 1 – 1 of 1) sorted by relevance
35 SmallString<256> CleanedFilePath = FilePath; in getIncludePath() local36 llvm::sys::path::remove_dots(CleanedFilePath, /*remove_dot_dot=*/false); in getIncludePath()38 return std::string(CleanedFilePath.str()); in getIncludePath()