Lines Matching refs:getPreprocessorOpts
618 CI.getPreprocessorOpts() = AST->getPreprocessorOpts(); in BeginSourceFile()
757 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
759 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
774 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(), in BeginSourceFile()
937 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) { in BeginSourceFile()
946 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
952 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) { in BeginSourceFile()
957 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) { in BeginSourceFile()
960 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn, in BeginSourceFile()
964 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
966 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
967 CI.getPreprocessorOpts().DisablePCHOrModuleValidation, in BeginSourceFile()
968 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()