Searched refs:ShowMacros (Results 1 – 3 of 3) sorted by relevance
24 unsigned ShowMacros : 1; ///< Print macro definitions. variable34 ShowMacros = 0; in PreprocessorOutputOptions()
744 assert(Opts.ShowMacros && "Not yet implemented!"); in DoPrintPreprocessedInput()754 PP, *OS, !Opts.ShowLineMarkers, Opts.ShowMacros, Opts.UseLineDirectives); in DoPrintPreprocessedInput()
2276 Opts.ShowMacros = Args.hasArg(OPT_dM) || Args.hasArg(OPT_dD); in ParsePreprocessorOutputArgs()