Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp388 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { in FixupRelativePath() function in FileManager
402 bool Changed = FixupRelativePath(Path); in makeAbsolutePath()
441 FixupRelativePath(FilePath); in getBufferForFile()
452 FixupRelativePath(FilePath); in getBufferForFile()
469 FixupRelativePath(FilePath); in getStatValue()
478 FixupRelativePath(FilePath); in getNoncachedStatValue()
/external/clang/include/clang/Basic/
DFileManager.h259 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/external/clang/lib/ARCMigrate/
DARCMT.cpp611 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
DObjCMT.cpp1977 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/external/clang/lib/Frontend/
DCompilerInstance.cpp556 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()