Lines Matching refs:Invocation
56 Invocation(new CompilerInvocation()), ModuleManager(nullptr), in CompilerInstance()
66 Invocation = Value; in setInvocation()
866 IntrusiveRefCntPtr<CompilerInvocation> Invocation in compileModuleImpl() local
869 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl()
873 Invocation->getLangOpts()->resetNonModularOptions(); in compileModuleImpl()
878 const HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); in compileModuleImpl()
888 Invocation->getLangOpts()->CurrentModule = Module->getTopLevelModuleName(); in compileModuleImpl()
902 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl()
907 InputKind IK = getSourceInputKindFromOptions(*Invocation->getLangOpts()); in compileModuleImpl()
912 Invocation->getDiagnosticOpts().VerifyDiagnostics = 0; in compileModuleImpl()
914 Invocation->getModuleHash() && "Module hash mismatch!"); in compileModuleImpl()
919 Instance.setInvocation(&*Invocation); in compileModuleImpl()