Searched defs:LineState (Results 1 – 3 of 3) sorted by relevance
310 struct LineState { struct312 unsigned Column;315 FormatToken *NextToken;318 bool LineContainsContinuedForLoopSection;321 unsigned StartOfLineLevel;324 unsigned LowestLevelOnLine;328 unsigned StartOfStringLiteral;332 std::vector<ParenState> Stack;357 /// \brief Comparison operator to be able to used \c LineState in \c map. argument
490 ScopedLineState LineState(*this); in parseChildBlock() local
324 struct LineState struct326 float lineWidth;328 LineState (void) in LineState() argument