Searched refs:ReadMacros (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 203 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument 278 bool ReadMacros, bool Complain, 309 bool ReadMacros, bool Complain, 328 bool ReadMacros, bool Complain,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 690 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument 698 if (ReadMacros) { in ReadPreprocessorOptions()
|
| H A D | ASTUnit.cpp | 589 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 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 822 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument 5385 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument 6173 bool ReadMacros = Record[Idx++]; in ParsePreprocessorOptions() local 6174 if (ReadMacros) { in ParsePreprocessorOptions() [all …]
|