Home
last modified time | relevance | path

Searched refs:FixupRelativePath (Results 1 – 10 of 10) 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/llvm-project/clang/lib/Basic/
DFileManager.cpp451 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { in FixupRelativePath() function in FileManager
465 bool Changed = FixupRelativePath(Path); in makeAbsolutePath()
518 FixupRelativePath(FilePath); in getBufferForFileImpl()
538 FixupRelativePath(FilePath); in getStatValue()
548 FixupRelativePath(FilePath); in getNoncachedStatValue()
/external/llvm-project/clang/include/clang/Basic/
DFileManager.h289 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/external/clang/include/clang/Basic/
DFileManager.h261 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/external/llvm-project/clang/lib/ARCMigrate/
DARCMT.cpp613 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
DObjCMT.cpp1976 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/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()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp661 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()