Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getPreprocessorOpts

257   if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
259 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
272 CI.getPreprocessorOpts())) {
315 if (!CI.getPreprocessorOpts().ChainedIncludes.empty()) {
323 } else if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) {
329 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) {
334 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) {
337 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn,
342 CI.getPreprocessorOpts().ImplicitPCHInclude,
343 CI.getPreprocessorOpts().DisablePCHValidation,
344 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener,