Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDFileManager.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-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFileManager.h321 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDARCMT.cpp611 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
HDObjCMT.cpp1968 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp862 FileMgr->FixupRelativePath(*AbsPath); in createOutputFileImpl()