Lines Matching defs:InFile
64 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
88 StringRef InFile) {
97 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
99 CI.createDefaultOutputFile(false, InFile))
105 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
114 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
119 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
124 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
131 CreateOutputFile(CI, InFile, /*ref*/ OutputFile);
148 CI, std::string(InFile), OutputFile, std::move(OS), Buffer));
165 GeneratePCHAction::CreateOutputFile(CompilerInstance &CI, StringRef InFile,
169 /*Binary=*/true, InFile, /*Extension=*/"", /*RemoveFileOnSignal=*/false);
190 StringRef InFile) {
191 std::unique_ptr<raw_pwrite_stream> OS = CreateOutputFile(CI, InFile);
213 CI, std::string(InFile), OutputFile, std::move(OS), Buffer));
219 StringRef InFile) {
221 CreateMultiplexConsumer(CI, InFile);
245 StringRef InFile) {
251 ModuleMapFile = InFile;
260 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, /*Extension=*/"",
275 StringRef InFile) {
296 StringRef InFile) {
297 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, "pcm");
302 StringRef InFile) {
319 StringRef InFile) {
320 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, "pcm");
327 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
333 StringRef InFile) {
338 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
584 TemplightDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {