Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp391 void FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { in FixupRelativePath() function in FileManager
432 FixupRelativePath(FilePath); in getBufferForFile()
443 FixupRelativePath(FilePath); in getBufferForFile()
460 FixupRelativePath(FilePath); in getStatValue()
469 FixupRelativePath(FilePath); in getNoncachedStatValue()
/external/clang/include/clang/Basic/
DFileManager.h265 void FixupRelativePath(SmallVectorImpl<char> &path) const;
/external/clang/lib/ARCMigrate/
DARCMT.cpp604 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
DObjCMT.cpp1994 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/external/clang/lib/Frontend/
DCompilerInstance.cpp539 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()