Lines Matching refs:getName
132 SmallString<200> origPath = StringRef(origFE.getName()); in flushToFile()
138 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile()
146 path::filename(origFE.getName()), in flushToFile()
147 path::extension(origFE.getName()).drop_front(), fd, tempPath, in flushToFile()
159 infoOut << newE->getName() << '\n'; in flushToFile()
176 if (!fs::exists(origFE.getName())) in overwriteOriginal()
177 return report(StringRef("File does not exist: ") + origFE.getName(), in overwriteOriginal()
181 llvm::raw_fd_ostream Out(origFE.getName(), EC, llvm::sys::fs::OF_None); in overwriteOriginal()
200 CaptureFile(Mapping.first.getName(), FE->getName()); in forEachMapping()
204 Mapping.first.getName(), in forEachMapping()
213 PPOpts.addRemappedFile(I->first.getName(), FE->getName()); in applyMappings()
216 PPOpts.addRemappedFile(I->first.getName(), mem); in applyMappings()