Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp390 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { in FixupRelativePath() function in FileManager
404 bool Changed = FixupRelativePath(Path); in makeAbsolutePath()
443 FixupRelativePath(FilePath); in getBufferForFile()
454 FixupRelativePath(FilePath); in getBufferForFile()
471 FixupRelativePath(FilePath); in getStatValue()
480 FixupRelativePath(FilePath); in getNoncachedStatValue()
/external/clang/include/clang/Basic/
DFileManager.h261 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/external/clang/lib/ARCMigrate/
DARCMT.cpp612 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
DObjCMT.cpp1975 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/external/clang/lib/Frontend/
DCompilerInstance.cpp562 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()