Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getPreprocessorOpts

280   if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
282 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
295 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(),
345 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
353 } else if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
359 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) {
364 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) {
367 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn,
372 CI.getPreprocessorOpts().ImplicitPCHInclude,
373 CI.getPreprocessorOpts().DisablePCHValidation,
374 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener,