Searched refs:DirectivesOnly (Results 1 – 3 of 3) sorted by relevance
41 unsigned DirectivesOnly : 1; ///< Process directives but do not expand macros.57 DirectivesOnly = 0; in PreprocessorOutputOptions()
99 bool DirectivesOnly; member in __anon4bae9f8c0111::PrintPPOutputPPCallbacks111 bool DirectivesOnly, bool KeepSystemIncludes) in PrintPPOutputPPCallbacks() argument116 MinimizeWhitespace(MinimizeWhitespace), DirectivesOnly(DirectivesOnly), in PrintPPOutputPPCallbacks()481 if ((!DumpDefines && !DirectivesOnly) || in MacroDefined()487 if (DirectivesOnly && !MI->isUsed()) { in MacroDefined()503 if (!DumpDefines && !DirectivesOnly) in MacroUndefined()985 Opts.MinimizeWhitespace, Opts.DirectivesOnly, Opts.KeepSystemIncludes); in DoPrintPreprocessedInput()1021 if (Opts.DirectivesOnly) in DoPrintPreprocessedInput()
4495 if (Opts.DirectivesOnly) in GeneratePreprocessorOutputArgs()4513 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only); in ParsePreprocessorOutputArgs()