Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatTokenLexer.h106 bool FormattingDisabled; variable
H A DFormatTokenLexer.cpp33 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
704 FormattingDisabled = false; in readRawToken()
707 Tok.Finalized = FormattingDisabled; in readRawToken()
711 FormattingDisabled = true; in readRawToken()