Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h134 bool FormattingDisabled; variable
H A DFormatTokenLexer.cpp35 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
1442 FormattingDisabled = false; in readRawToken()
1444 Tok.Finalized = FormattingDisabled; in readRawToken()
1447 FormattingDisabled = true; in readRawToken()