Searched defs:LineState (Results 1 – 2 of 2) sorted by relevance
415 struct LineState { struct417 unsigned Column;420 FormatToken *NextToken;423 bool NoContinuation;426 unsigned StartOfLineLevel;429 unsigned LowestLevelOnLine;433 unsigned StartOfStringLiteral;437 SmallVector<ParenState> Stack;462 /// Comparison operator to be able to used \c LineState in \c map. argument
1042 ScopedLineState LineState(*this); in parseChildBlock() local