Lines Matching refs:getPreprocessorOpts
238 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
240 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
253 CI.getPreprocessorOpts())) { in BeginSourceFile()
291 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) { in BeginSourceFile()
301 } else if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
306 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) in BeginSourceFile()
308 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) in BeginSourceFile()
310 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn, in BeginSourceFile()
313 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
314 CI.getPreprocessorOpts().DisablePCHValidation, in BeginSourceFile()
315 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()