Home
last modified time | relevance | path

Searched refs:DirectivesOnly (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h28 unsigned DirectivesOnly : 1; ///< Process directives but do not expand macros. variable
42 DirectivesOnly = 0; in PreprocessorOutputOptions()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp99 bool DirectivesOnly; member in __anon0dfd56c30111::PrintPPOutputPPCallbacks
108 bool DirectivesOnly) in PrintPPOutputPPCallbacks() argument
113 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()
H A DCompilerInvocation.cpp4379 if (Opts.DirectivesOnly) in GeneratePreprocessorOutputArgs()
4403 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only); in ParsePreprocessorOutputArgs()