Home
last modified time | relevance | path

Searched refs:FormattingDisabled (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h117 bool FormattingDisabled; variable
H A DFormatTokenLexer.cpp34 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
1054 FormattingDisabled = false; in readRawToken()
1057 Tok.Finalized = FormattingDisabled; in readRawToken()
1061 FormattingDisabled = true; in readRawToken()