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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp425 bool FileManager::FixupRelativePath(SmallVectorImpl<char> &path) const { function in class:FileManager
439 bool Changed = FixupRelativePath(Path);
492 FixupRelativePath(FilePath);
512 FixupRelativePath(FilePath);
522 FixupRelativePath(FilePath);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h410 bool FixupRelativePath(SmallVectorImpl<char> &path) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp611 Unit->getFileManager().FixupRelativePath(filePath);
H A DObjCMT.cpp1976 FileMgr.FixupRelativePath(filePath);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp653 FileMgr->FixupRelativePath(NewOutFile);

Completed in 192 milliseconds