Searched defs:LineState (Results 1 – 3 of 3) sorted by relevance
309 struct LineState { struct311 unsigned Column;314 FormatToken *NextToken;317 bool LineContainsContinuedForLoopSection;320 unsigned StartOfLineLevel;323 unsigned LowestLevelOnLine;327 unsigned StartOfStringLiteral;331 std::vector<ParenState> Stack;356 /// \brief Comparison operator to be able to used \c LineState in \c map. argument
476 ScopedLineState LineState(*this); in parseChildBlock() local
305 struct LineState struct307 float lineWidth;309 LineState (void) in LineState() argument