Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp528 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { in FixupRelativePath() function in FileManager
542 bool Changed = FixupRelativePath(Path); in makeAbsolutePath()
599 FixupRelativePath(FilePath); in getBufferForFileImpl()
619 FixupRelativePath(FilePath); in getStatValue()
629 FixupRelativePath(FilePath); in getNoncachedStatValue()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h302 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMT.cpp611 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
H A DObjCMT.cpp1973 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp783 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()