Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp496 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { in FixupRelativePath() function in FileManager
510 bool Changed = FixupRelativePath(Path); in makeAbsolutePath()
573 FixupRelativePath(FilePath); in getBufferForFileImpl()
593 FixupRelativePath(FilePath); in getStatValue()
603 FixupRelativePath(FilePath); in getNoncachedStatValue()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h321 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp611 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
H A DObjCMT.cpp1968 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp862 FileMgr->FixupRelativePath(*AbsPath); in createOutputFileImpl()