Lines Matching defs:Invocation
62 Invocation(new CompilerInvocation()),
73 Invocation = std::move(Value);
455 PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOptsPtr(),
1049 // Construct a compiler invocation for creating this module.
1050 auto Invocation =
1053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1057 Invocation->getLangOpts()->resetNonModularOptions();
1062 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1072 // If the original compiler invocation had -fmodule-name, pass it through.
1073 Invocation->getLangOpts()->ModuleName =
1077 Invocation->getLangOpts()->CurrentModule = std::string(ModuleName);
1092 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1105 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0;
1107 Invocation->getModuleHash() && "Module hash mismatch!");
1115 auto &Inv = *Invocation;
1116 Instance.setInvocation(std::move(Invocation));
2046 InputKind(getLanguageFromOptions(*Invocation->getLangOpts()),