Lines Matching refs:getPreprocessorOpts
637 CI.getPreprocessorOpts() = AST->getPreprocessorOpts(); in BeginSourceFile()
784 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
786 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
802 CI.getTargetOpts(), CI.getPreprocessorOpts(), in BeginSourceFile()
966 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) { in BeginSourceFile()
975 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
981 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) { in BeginSourceFile()
986 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) { in BeginSourceFile()
989 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn, in BeginSourceFile()
993 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
995 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
996 CI.getPreprocessorOpts().DisablePCHOrModuleValidation, in BeginSourceFile()
997 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()