Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DPathConfig.cpp35 SmallString<256> CleanedFilePath = FilePath; in getIncludePath() local
36 llvm::sys::path::remove_dots(CleanedFilePath, /*remove_dot_dot=*/false); in getIncludePath()
38 return std::string(CleanedFilePath.str()); in getIncludePath()