Searched defs:LineState (Results 1 – 2 of 2) sorted by relevance
411 struct LineState { struct413 unsigned Column;416 FormatToken *NextToken;419 bool NoContinuation;422 unsigned StartOfLineLevel;425 unsigned LowestLevelOnLine;429 unsigned StartOfStringLiteral;432 bool NoLineBreak;436 SmallVector<ParenState> Stack;461 /// Comparison operator to be able to used \c LineState in \c map. argument
989 ScopedLineState LineState(*this); in parseChildBlock() local