Lines Matching refs:PPOpts
231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
232 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()
235 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
463 if (PPOpts.DetailedRecord) in createPreprocessor()
468 PP->getFileManager(), PPOpts); in createPreprocessor()
471 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1194 llvm::erase_if(PPOpts.Macros,
1222 PPOpts.RetainRemappedFileBuffers = true;
1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
1737 PPOpts.DisablePCHOrModuleValidation, in createASTReader()