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()
99 bool DirectivesOnly; member in __anon881592160111::PrintPPOutputPPCallbacks112 bool MinimizeWhitespace, bool DirectivesOnly, in PrintPPOutputPPCallbacks() argument119 MinimizeWhitespace(MinimizeWhitespace), DirectivesOnly(DirectivesOnly), in PrintPPOutputPPCallbacks()563 if ((!DumpDefines && !DirectivesOnly) || in MacroDefined()569 if (DirectivesOnly && !MI->isUsed()) { in MacroDefined()584 if (!DumpDefines && !DirectivesOnly) in MacroUndefined()1089 Opts.UseLineDirectives, Opts.MinimizeWhitespace, Opts.DirectivesOnly, in DoPrintPreprocessedInput()1126 if (Opts.DirectivesOnly) in DoPrintPreprocessedInput()
5034 if (Opts.DirectivesOnly) in GeneratePreprocessorOutputArgs()5052 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only); in ParsePreprocessorOutputArgs()