Lines Matching defs:InFile
63 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
87 StringRef InFile) {
96 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
98 CI.createDefaultOutputFile(false, InFile))
104 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
113 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
118 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
123 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
130 CreateOutputFile(CI, InFile, /*ref*/ OutputFile);
147 CI, std::string(InFile), OutputFile, std::move(OS), Buffer));
164 GeneratePCHAction::CreateOutputFile(CompilerInstance &CI, StringRef InFile,
168 /*Binary=*/true, InFile, /*Extension=*/"", /*RemoveFileOnSignal=*/false);
189 StringRef InFile) {
190 std::unique_ptr<raw_pwrite_stream> OS = CreateOutputFile(CI, InFile);
212 CI, std::string(InFile), OutputFile, std::move(OS), Buffer));
218 StringRef InFile) {
220 CreateMultiplexConsumer(CI, InFile);
244 StringRef InFile) {
250 ModuleMapFile = InFile;
259 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, /*Extension=*/"",
274 StringRef InFile) {
293 StringRef InFile) {
294 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, "pcm");
299 StringRef InFile) {
316 StringRef InFile) {
317 return CI.createDefaultOutputFile(/*Binary=*/true, InFile, "pcm");
324 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
330 StringRef InFile) {
335 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
579 TemplightDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {