Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp503 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { in FixupRelativePath() function in FileManager
517 bool Changed = FixupRelativePath(Path); in makeAbsolutePath()
575 FixupRelativePath(FilePath); in getBufferForFileImpl()
595 FixupRelativePath(FilePath); in getStatValue()
605 FixupRelativePath(FilePath); in getNoncachedStatValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h306 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp612 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
H A DObjCMT.cpp1968 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp863 FileMgr->FixupRelativePath(*AbsPath); in createOutputFileImpl()