Lines Matching refs:InFile
58 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument
70 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument
72 CI.createDefaultOutputFile(false, InFile)) in CreateASTConsumer()
78 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument
87 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument
92 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument
97 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument
104 CreateOutputFile(CI, InFile, /*ref*/ OutputFile); in CreateASTConsumer()
120 CI, std::string(InFile), OutputFile, std::move(OS), Buffer)); in CreateASTConsumer()
137 GeneratePCHAction::CreateOutputFile(CompilerInstance &CI, StringRef InFile, in CreateOutputFile() argument
144 /*RemoveFileOnSignal=*/false, InFile, in CreateOutputFile()
166 StringRef InFile) { in CreateASTConsumer() argument
167 std::unique_ptr<raw_pwrite_stream> OS = CreateOutputFile(CI, InFile); in CreateASTConsumer()
187 CI, std::string(InFile), OutputFile, std::move(OS), Buffer)); in CreateASTConsumer()
208 StringRef InFile) { in CreateOutputFile() argument
214 ModuleMapFile = InFile; in CreateOutputFile()
226 /*RemoveFileOnSignal=*/false, InFile, in CreateOutputFile()
245 StringRef InFile) { in CreateOutputFile() argument
246 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, "pcm"); in CreateOutputFile()
316 StringRef InFile) { in CreateOutputFile() argument
317 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, "pcm"); in CreateOutputFile()
324 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument
330 StringRef InFile) { in CreateASTConsumer() argument
335 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument
500 TemplightDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() argument