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()
447 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
464 if (PPOpts.DetailedRecord) in createPreprocessor()
469 PP->getFileManager(), PPOpts); in createPreprocessor()
472 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
1174 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1183 llvm::erase_if(PPOpts.Macros,
1205 PPOpts.FailedModules = ImportingPPOpts.FailedModules;
1221 PPOpts.RetainRemappedFileBuffers = true;
1690 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
1702 PPOpts.DisablePCHOrModuleValidation, in createASTReader()