Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h41 unsigned DirectivesOnly : 1; ///< Process directives but do not expand macros.
57 DirectivesOnly = 0; in PreprocessorOutputOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp99 bool DirectivesOnly; member in __anon4bae9f8c0111::PrintPPOutputPPCallbacks
111 bool DirectivesOnly, bool KeepSystemIncludes) in PrintPPOutputPPCallbacks() argument
116 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()
H A DCompilerInvocation.cpp4495 if (Opts.DirectivesOnly) in GeneratePreprocessorOutputArgs()
4513 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only); in ParsePreprocessorOutputArgs()