Lines Matching defs:InFile
37 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
49 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
50 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
56 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
63 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
68 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
74 StringRef InFile) {
79 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
83 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
93 StringRef InFile,
107 /*RemoveFileOnSignal=*/false, InFile,
118 StringRef InFile) {
122 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
359 StringRef InFile,
376 /*RemoveFileOnSignal=*/false, InFile,
387 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
393 StringRef InFile) {
398 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {