Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp473 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { in FixupRelativePath() function in FileManager
487 bool Changed = FixupRelativePath(Path); in makeAbsolutePath()
544 FixupRelativePath(FilePath); in getBufferForFileImpl()
564 FixupRelativePath(FilePath); in getStatValue()
574 FixupRelativePath(FilePath); in getNoncachedStatValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h300 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp613 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform()
H A DObjCMT.cpp1974 FileMgr.FixupRelativePath(filePath); in HandleTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp723 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()