Lines Matching defs:InputPath
76 llvm::StringRef InputPath = *I;
78 if (InputPath.ends_with(".modulemap")) {
80 if (std::error_code EC = loadModuleMap(InputPath))
84 if (std::error_code EC = loadSingleHeaderListsAndDependencies(InputPath)) {
85 errs() << "modularize: error: Unable to get header list '" << InputPath
133 llvm::StringRef InputPath) {
136 SmallString<256> HeaderDirectory(InputPath);
147 MemoryBuffer::getFile(InputPath);
206 llvm::StringRef InputPath) {
209 SmallString<256> HeaderDirectory(InputPath);
220 MemoryBuffer::getFile(InputPath);
258 llvm::StringRef InputPath) {
260 auto ModuleMapEntryOrErr = SourceMgr->getFileManager().getFileRef(InputPath);
264 llvm::errs() << "error: File \"" << InputPath << "\" not found.\n";