Searched defs:LineState (Results 1 – 2 of 2) sorted by relevance
377 struct LineState { struct379 unsigned Column;382 FormatToken *NextToken;385 bool LineContainsContinuedForLoopSection;388 bool NoContinuation;391 unsigned StartOfLineLevel;394 unsigned LowestLevelOnLine;398 unsigned StartOfStringLiteral;402 std::vector<ParenState> Stack;427 /// Comparison operator to be able to used \c LineState in \c map. argument
645 ScopedLineState LineState(*this); in parseChildBlock() local