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