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

/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h28 unsigned DirectivesOnly : 1; ///< Process directives but do not expand macros.
42 DirectivesOnly = 0;
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp99 bool DirectivesOnly; member in class:__anon642::PrintPPOutputPPCallbacks
108 bool DirectivesOnly)
113 MinimizeWhitespace(MinimizeWhitespace), DirectivesOnly(DirectivesOnly) {
468 if ((!DumpDefines && !DirectivesOnly) ||
474 if (DirectivesOnly && !MI->isUsed()) {
490 if (!DumpDefines && !DirectivesOnly)
969 Opts.MinimizeWhitespace, Opts.DirectivesOnly);
1005 if (Opts.DirectivesOnly)
105 PrintPPOutputPPCallbacks(Preprocessor &pp, raw_ostream &os, bool lineMarkers, bool defines, bool DumpIncludeDirectives, bool UseLineDirectives, bool MinimizeWhitespace, bool DirectivesOnly) argument
H A DCompilerInvocation.cpp4379 if (Opts.DirectivesOnly)
4403 Opts.DirectivesOnly = Args.hasArg(OPT_fdirectives_only);

Completed in 75 milliseconds