Home
last modified time | relevance | path

Searched refs:ReadMacros (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h203 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
278 bool ReadMacros, bool Complain,
309 bool ReadMacros, bool Complain,
328 bool ReadMacros, bool Complain,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp720 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
728 if (ReadMacros) { in ReadPreprocessorOptions()
H A DASTUnit.cpp600 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp216 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
218 return First->ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ReadPreprocessorOptions()
220 Second->ReadPreprocessorOptions(PPOpts, ReadMacros, Complain, in ReadPreprocessorOptions()
667 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, in checkPreprocessorOptions() argument
671 if (ReadMacros) { in checkPreprocessorOptions()
817 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
822 PPOpts, ExistingPPOpts, ReadMacros, Complain ? &Reader.Diags : nullptr, in ReadPreprocessorOptions()
827 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
829 return checkPreprocessorOptions(PPOpts, PP.getPreprocessorOpts(), ReadMacros, in ReadPreprocessorOptions()
5390 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
[all …]