Lines Matching refs:Invocation
62 Invocation(new CompilerInvocation()), in CompilerInstance()
73 Invocation = std::move(Value); in setInvocation()
455 PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOptsPtr(), in createPreprocessor()
1067 auto Invocation = local
1070 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1074 Invocation->getLangOpts()->resetNonModularOptions();
1079 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1090 Invocation->getLangOpts()->ModuleName =
1094 Invocation->getLangOpts()->CurrentModule = std::string(ModuleName);
1109 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1122 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0;
1124 Invocation->getModuleHash() && "Module hash mismatch!");
1132 auto &Inv = *Invocation;
1133 Instance.setInvocation(std::move(Invocation));
2063 InputKind(getLanguageFromOptions(*Invocation->getLangOpts()), in createModuleFromSource()