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 __anon0dfd56c30111::PrintPPOutputPPCallbacks108 bool DirectivesOnly) in PrintPPOutputPPCallbacks() argument113 MinimizeWhitespace(MinimizeWhitespace), DirectivesOnly(DirectivesOnly) { in PrintPPOutputPPCallbacks()468 if ((!DumpDefines && !DirectivesOnly) || in MacroDefined()474 if (DirectivesOnly && !MI->isUsed()) { in MacroDefined()490 if (!DumpDefines && !DirectivesOnly) in MacroUndefined()969 Opts.MinimizeWhitespace, Opts.DirectivesOnly); in DoPrintPreprocessedInput()1005 if (Opts.DirectivesOnly) in DoPrintPreprocessedInput()
4379 if (Opts.DirectivesOnly) in GeneratePreprocessorOutputArgs()4403 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only); in ParsePreprocessorOutputArgs()