Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h39 unsigned MinimizeWhitespace : 1; ///< Ignore whitespace from input.
56 MinimizeWhitespace = 0; in PreprocessorOutputOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp98 bool MinimizeWhitespace; member in __anond91e7fde0111::PrintPPOutputPPCallbacks
110 bool UseLineDirectives, bool MinimizeWhitespace, in PrintPPOutputPPCallbacks() argument
116 MinimizeWhitespace(MinimizeWhitespace), DirectivesOnly(DirectivesOnly), in PrintPPOutputPPCallbacks()
132 bool isMinimizeWhitespace() const { return MinimizeWhitespace; } in isMinimizeWhitespace()
286 } else if (MinimizeWhitespace && DisableLineMarkers) { in MoveToLine()
368 if (!MinimizeWhitespace) in FileChanged()
686 if (MinimizeWhitespace) { in HandleWhitespaceBeforeTok()
722 if (RequireSpace || (!MinimizeWhitespace && Tok.hasLeadingSpace()) || in HandleWhitespaceBeforeTok()
985 Opts.MinimizeWhitespace, Opts.DirectivesOnly, Opts.KeepSystemIncludes); in DoPrintPreprocessedInput()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2589 PreprocessorOutputOpts<"MinimizeWhitespace">, DefaultFalse,