Searched refs:DirectivesOnly (Results 1 – 3 of 3) sorted by relevance
28 unsigned DirectivesOnly : 1; ///< Process directives but do not expand macros. variable42 DirectivesOnly = 0; in PreprocessorOutputOptions()
99 bool DirectivesOnly; member in __anon46d24f460111::PrintPPOutputPPCallbacks108 bool DirectivesOnly) in PrintPPOutputPPCallbacks() argument113 MinimizeWhitespace(MinimizeWhitespace), DirectivesOnly(DirectivesOnly) { in PrintPPOutputPPCallbacks()474 if ((!DumpDefines && !DirectivesOnly) || in MacroDefined()480 if (DirectivesOnly && !MI->isUsed()) { in MacroDefined()496 if (!DumpDefines && !DirectivesOnly) in MacroUndefined()975 Opts.MinimizeWhitespace, Opts.DirectivesOnly); in DoPrintPreprocessedInput()1011 if (Opts.DirectivesOnly) in DoPrintPreprocessedInput()
4339 if (Opts.DirectivesOnly) in GeneratePreprocessorOutputArgs()4363 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only); in ParsePreprocessorOutputArgs()