Lines Matching refs:getPreprocessorOpts
588 CI.getPreprocessorOpts() = AST->getPreprocessorOpts(); in BeginSourceFile()
724 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
726 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
741 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(), in BeginSourceFile()
848 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) { in BeginSourceFile()
857 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
863 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) { in BeginSourceFile()
868 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) { in BeginSourceFile()
871 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn, in BeginSourceFile()
875 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
877 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
878 CI.getPreprocessorOpts().DisablePCHOrModuleValidation, in BeginSourceFile()
879 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()