Lines Matching refs:Invocation
63 Invocation(new CompilerInvocation()), in CompilerInstance()
77 Invocation = std::move(Value); in setInvocation()
383 Invocation->getPreprocessorOptsPtr(), getDiagnostics(), getLangOpts(), in createPreprocessor()
1035 auto Invocation = local
1038 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1042 Invocation->getLangOpts()->resetNonModularOptions();
1047 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1058 Invocation->getLangOpts()->ModuleName =
1062 Invocation->getLangOpts()->CurrentModule = ModuleName;
1077 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1090 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0;
1092 Invocation->getModuleHash() && "Module hash mismatch!");
1100 auto &Inv = *Invocation;
1101 Instance.setInvocation(std::move(Invocation));
2000 InputKind(getLanguageFromOptions(*Invocation->getLangOpts()), in loadModuleFromSource()