Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A 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()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h265 void FixupRelativePath(SmallVectorImpl<char> &path) const;
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp604 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
H A DObjCMT.cpp1975 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp542 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()