Lines Matching refs:Invocation
69 Invocation(new CompilerInvocation()), in CompilerInstance()
80 Invocation = std::move(Value); in setInvocation()
455 PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOptsPtr(), in createPreprocessor()
1182 auto Invocation = local
1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1189 Invocation->resetNonModularOptions();
1193 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1202 Invocation->getLangOpts().ModuleName =
1206 Invocation->getLangOpts().CurrentModule = std::string(ModuleName);
1211 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1224 DiagnosticOptions &DiagOpts = Invocation->getDiagnosticOpts();
1228 Invocation->getModuleHash() && "Module hash mismatch!");
1236 auto &Inv = *Invocation;
1237 Instance.setInvocation(std::move(Invocation));
2227 InputKind(getLanguageFromOptions(Invocation->getLangOpts()), in createModuleFromSource()