Lines Matching refs:Invocation
69 Invocation(new CompilerInvocation()), in CompilerInstance()
80 Invocation = std::move(Value); in setInvocation()
456 PP = std::make_shared<Preprocessor>(Invocation->getPreprocessorOptsPtr(), in createPreprocessor()
1171 auto Invocation = local
1174 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1178 Invocation->resetNonModularOptions();
1182 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1191 Invocation->getLangOpts().ModuleName =
1195 Invocation->getLangOpts().CurrentModule = std::string(ModuleName);
1210 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1223 DiagnosticOptions &DiagOpts = Invocation->getDiagnosticOpts();
1227 Invocation->getModuleHash() && "Module hash mismatch!");
1235 auto &Inv = *Invocation;
1236 Instance.setInvocation(std::move(Invocation));
2183 InputKind(getLanguageFromOptions(Invocation->getLangOpts()), in createModuleFromSource()