Searched refs:DirectivesOnly (Results 1 – 3 of 3) sorted by relevance
43 unsigned DirectivesOnly : 1; ///< Process directives but do not expand macros.60 DirectivesOnly = 0; in PreprocessorOutputOptions()
100 bool DirectivesOnly; member in __anon881592160111::PrintPPOutputPPCallbacks113 bool MinimizeWhitespace, bool DirectivesOnly, in PrintPPOutputPPCallbacks() argument120 MinimizeWhitespace(MinimizeWhitespace), DirectivesOnly(DirectivesOnly), in PrintPPOutputPPCallbacks()564 if ((!DumpDefines && !DirectivesOnly) || in MacroDefined()570 if (DirectivesOnly && !MI->isUsed()) { in MacroDefined()586 if (!DumpDefines && !DirectivesOnly) in MacroUndefined()1093 Opts.UseLineDirectives, Opts.MinimizeWhitespace, Opts.DirectivesOnly, in DoPrintPreprocessedInput()1130 if (Opts.DirectivesOnly) in DoPrintPreprocessedInput()
4702 if (Opts.DirectivesOnly) in GeneratePreprocessorOutputArgs()4720 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only); in ParsePreprocessorOutputArgs()