Searched refs:DUMP_BOOLEAN (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 606 #define DUMP_BOOLEAN(Value, Text) \ macro 629 DUMP_BOOLEAN(LangOpts.Name, Description); in ReadLanguageOptions() 670 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() 693 DUMP_BOOLEAN(HSOpts.UseBuiltinIncludes, in ReadHeaderSearchOptions() 695 DUMP_BOOLEAN(HSOpts.UseStandardSystemIncludes, in ReadHeaderSearchOptions() 697 DUMP_BOOLEAN(HSOpts.UseStandardCXXIncludes, in ReadHeaderSearchOptions() 699 DUMP_BOOLEAN(HSOpts.UseLibcxx, in ReadHeaderSearchOptions() 723 DUMP_BOOLEAN(PPOpts.UsePredefines, in ReadPreprocessorOptions() 725 DUMP_BOOLEAN(PPOpts.DetailedRecord, in ReadPreprocessorOptions() 808 #undef DUMP_BOOLEAN
|