Lines Matching full:infile
38 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
50 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
51 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
57 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
64 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
69 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
75 StringRef InFile) {
80 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
84 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile);
100 CI, InFile, OutputFile, OS, Buffer));
106 CompilerInstance &CI, StringRef InFile, std::string &Sysroot,
119 /*RemoveFileOnSignal=*/false, InFile,
130 StringRef InFile) {
134 ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile);
148 CI, InFile, OutputFile, OS, Buffer));
382 CompilerInstance &CI, StringRef InFile, std::string &Sysroot,
398 /*RemoveFileOnSignal=*/false, InFile,
412 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
418 StringRef InFile) {
423 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {