Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp55 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, in initFromFile()
223 void FileRemapper::remap(StringRef filePath, in remap()
246 OptionalFileEntryRef FileRemapper::getOriginalFile(StringRef filePath) { in getOriginalFile()
H A DARCMT.cpp611 SmallString<64> filePath(file->getName()); in applyTransform() local
H A DObjCMT.cpp1967 SmallString<64> filePath(file->getName()); in HandleTranslationUnit() local
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DLTO.cpp244 SmallString<261> filePath("/tmp/lto.tmp"); in compile() local
290 auto filePath = outputFilePath(i); in compile() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp380 llvm::StringRef filePath() const { in filePath() function in PrecompiledPreamble::PCHStorage