Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h43 unsigned DirectivesOnly : 1; ///< Process directives but do not expand macros.
60 DirectivesOnly = 0; in PreprocessorOutputOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp100 bool DirectivesOnly; member in __anon881592160111::PrintPPOutputPPCallbacks
113 bool MinimizeWhitespace, bool DirectivesOnly, in PrintPPOutputPPCallbacks() argument
120 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()
H A DCompilerInvocation.cpp4702 if (Opts.DirectivesOnly) in GeneratePreprocessorOutputArgs()
4720 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only); in ParsePreprocessorOutputArgs()