Home
last modified time | relevance | path

Searched refs:LastSpace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h198 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
200 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
228 unsigned LastSpace; member
358 if (LastSpace != Other.LastSpace)
359 return LastSpace < Other.LastSpace;
H A DContinuationIndenter.cpp735 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 …]
H A DUnwrappedLineFormatter.cpp986 << P.LastSpace << "|" << P.NestedBlockIndent << " "; in printLineState()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h159 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;