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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h91 unsigned LastSpace = 0; local
97 LastSpace = 0;
104 if (!LastSpace)
105 LastSpace = i;
106 OutStr.insert(LastSpace, "\\l...");
107 ColNum = i - LastSpace;
108 LastSpace = 0;
114 LastSpace = i;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, argument
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace),
229 unsigned LastSpace; member in struct:clang::format::ParenState
335 if (LastSpace != Other.LastSpace)
336 return LastSpace < Other.LastSpace;
H A DContinuationIndenter.cpp560 State.Stack.back().LastSpace = State.Stack.back().VariablePos;
687 State.Stack.back().LastSpace = State.Column;
693 State.Stack.back().LastSpace = State.Column;
698 State.Stack.back().LastSpace = State.Column;
709 State.Stack.back().LastSpace = State.Column;
712 State.Stack.back().LastSpace = State.Column;
726 State.Stack.back().LastSpace = State.Column;
808 // Thus, we set LastSpace of the next higher NestingLevel, to which we move
811 State.Stack[State.Stack.size() - 2].LastSpace =
812 std::max(State.Stack.back().LastSpace, Stat
1317 unsigned LastSpace = State.Stack.back().LastSpace; local
[all...]
H A DUnwrappedLineFormatter.cpp732 << P.LastSpace << "|" << P.NestedBlockIndent << " ";

Completed in 73 milliseconds