Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.h121 bool FormattingDisabled; variable
H A DFormatTokenLexer.cpp35 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
1179 FormattingDisabled = false; in readRawToken()
1182 Tok.Finalized = FormattingDisabled; in readRawToken()
1186 FormattingDisabled = true; in readRawToken()