Home
last modified time | relevance | path

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

/freebsd-src/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 Unit->getFileManager().FixupRelativePath(filePath); in applyTransform() local
H A DObjCMT.cpp1967 SmallString<64> filePath(file->getName()); in HandleTranslationUnit() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp380 llvm::StringRef filePath() const { filePath() function in PrecompiledPreamble::PCHStorage