Lines Matching refs:Invocation
68 Invocation(new CompilerInvocation()), in CompilerInstance()
79 Invocation = std::move(Value); in setInvocation()
464 PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOptsPtr(), in createPreprocessor()
1157 auto Invocation = local
1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1164 Invocation->resetNonModularOptions();
1168 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1177 Invocation->getLangOpts()->ModuleName =
1181 Invocation->getLangOpts()->CurrentModule = std::string(ModuleName);
1196 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1209 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0;
1211 Invocation->getModuleHash() && "Module hash mismatch!");
1219 auto &Inv = *Invocation;
1220 Instance.setInvocation(std::move(Invocation));
2158 InputKind(getLanguageFromOptions(*Invocation->getLangOpts()), in createModuleFromSource()