Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp521 #define DUMP_BOOLEAN(Value, Text) \ macro
544 DUMP_BOOLEAN(LangOpts.Name, Description); in ReadLanguageOptions()
585 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions()
608 DUMP_BOOLEAN(HSOpts.UseBuiltinIncludes, in ReadHeaderSearchOptions()
610 DUMP_BOOLEAN(HSOpts.UseStandardSystemIncludes, in ReadHeaderSearchOptions()
612 DUMP_BOOLEAN(HSOpts.UseStandardCXXIncludes, in ReadHeaderSearchOptions()
614 DUMP_BOOLEAN(HSOpts.UseLibcxx, in ReadHeaderSearchOptions()
623 DUMP_BOOLEAN(PPOpts.UsePredefines, in ReadPreprocessorOptions()
625 DUMP_BOOLEAN(PPOpts.DetailedRecord, in ReadPreprocessorOptions()
708 #undef DUMP_BOOLEAN