Searched defs:LineState (Results 1 – 2 of 2) sorted by relevance
416 struct LineState { struct418 unsigned Column;421 FormatToken *NextToken;424 bool NoContinuation;427 unsigned StartOfLineLevel;430 unsigned LowestLevelOnLine;434 unsigned StartOfStringLiteral;438 SmallVector<ParenState> Stack;463 /// Comparison operator to be able to used \c LineState in \c map. argument
1100 ScopedLineState LineState(*this); in parseChildBlock() local