Lines Matching refs:ReadMacros
211 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
213 return First->ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ReadPreprocessorOptions()
215 Second->ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ReadPreprocessorOptions()
662 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, in checkPreprocessorOptions() argument
666 if (ReadMacros) { in checkPreprocessorOptions()
812 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
817 PPOpts, ExistingPPOpts, ReadMacros, Complain ? &Reader.Diags : nullptr, in ReadPreprocessorOptions()
822 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
824 return checkPreprocessorOptions(PPOpts, PP.getPreprocessorOpts(), ReadMacros, in ReadPreprocessorOptions()
5385 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
5388 PPOpts, ExistingPPOpts, ReadMacros, /*Diags=*/nullptr, FileMgr, in ReadPreprocessorOptions()
6173 bool ReadMacros = Record[Idx++]; in ParsePreprocessorOptions() local
6174 if (ReadMacros) { in ParsePreprocessorOptions()
6198 return Listener.ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ParsePreprocessorOptions()