Searched refs:LastSpace (Results 1 – 4 of 4) sorted by relevance
198 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()200 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()228 unsigned LastSpace; member358 if (LastSpace != Other.LastSpace)359 return LastSpace < Other.LastSpace;
735 CurrentState.LastSpace = CurrentState.VariablePos; in addTokenOnCurrentLine()895 CurrentState.LastSpace = State.Column; in addTokenOnCurrentLine()901 CurrentState.LastSpace = State.Column; in addTokenOnCurrentLine()907 CurrentState.LastSpace = State.Column; in addTokenOnCurrentLine()909 CurrentState.LastSpace = State.Column; in addTokenOnCurrentLine()918 CurrentState.LastSpace = State.Column; in addTokenOnCurrentLine()921 CurrentState.LastSpace = State.Column; in addTokenOnCurrentLine()934 CurrentState.LastSpace = State.Column; in addTokenOnCurrentLine()1040 State.Stack[State.Stack.size() - 2].LastSpace = in addTokenOnNewLine()1041 std::max(CurrentState.LastSpace, CurrentState.Indent) + in addTokenOnNewLine()[all …]
986 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()
159 unsigned LastSpace = 0;165 LastSpace = 0;171 if (!LastSpace)172 LastSpace = i;173 OutStr.insert(LastSpace, "\\l...");174 ColNum = i - LastSpace;175 LastSpace = 0;180 LastSpace = i;