Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp70 FileManager::removeDotPaths(AbsoluteSrc); in copyToRoot()
/external/clang/include/clang/Basic/
DFileManager.h278 static bool removeDotPaths(SmallVectorImpl<char> &Path);
/external/clang/lib/Basic/
DFileManager.cpp519 bool FileManager::removeDotPaths(SmallVectorImpl<char> &Path) { in removeDotPaths() function in FileManager
568 removeDotPaths(CanonicalNameBuf); in getCanonicalName()
/external/clang/lib/Serialization/
DASTWriter.cpp1073 return Changed | FileMgr.removeDotPaths(Path); in cleanPathForOutput()