Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp690 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
698 if (ReadMacros) { in ReadPreprocessorOptions()
H A DASTUnit.cpp589 bool ReadMacros, bool Complain, in ReadPreprocessorOptions() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp211 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 …]