Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp90 enum { FO_None, FO_CurrentLine, FO_NextLine } FormatOff = FO_None; in lex() local
95 switch (FormatOff) { in lex()
98 FormatOff = FO_None; in lex()
101 FormatOff = FO_CurrentLine; in lex()
109 FormatOff = FO_None; in lex()
116 FormatOff = FO_NextLine; in lex()
123 FormatOff = FO_CurrentLine; in lex()