Searched refs:ShowMacros (Results 1 – 3 of 3) sorted by relevance
23 unsigned ShowMacros : 1; ///< Print macro definitions. variable32 ShowMacros = 0; in PreprocessorOutputOptions()
710 assert(Opts.ShowMacros && "Not yet implemented!"); in DoPrintPreprocessedInput()721 Opts.ShowMacros); in DoPrintPreprocessedInput()
1769 Opts.ShowMacros = Args.hasArg(OPT_dM) || Args.hasArg(OPT_dD); in ParsePreprocessorOutputArgs()