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()
1050 auto Invocation = local
1053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1057 Invocation->getLangOpts()->resetNonModularOptions();
1062 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
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()), in createModuleFromSource()