Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h139 bool FormattingDisabled; variable
H A DFormatTokenLexer.cpp35 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
1404 FormattingDisabled = false; in readRawToken()
1406 Tok.Finalized = FormattingDisabled; in readRawToken()
1409 FormattingDisabled = true; in readRawToken()