HomeSort by relevance Sort by last modified time
    Searched refs:ParenState (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
ContinuationIndenter.h 32 struct ParenState;
148 struct ParenState {
149 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace,
231 /// \brief \c true if this \c ParenState already contains a line-break.
233 /// The first line break in a certain \c ParenState causes extra penalty so
238 /// \brief \c true if this \c ParenState contains multiple segments of a
266 bool operator<(const ParenState &Other) const {
332 std::vector<ParenState> Stack;
342 /// ParenState stack (in an otherwise identical state) and these different
ContinuationIndenter.cpp 84 State.Stack.push_back(ParenState(FirstIndent, Line->Level, FirstIndent,
    [all...]
UnwrappedLineFormatter.cpp 464 for (const ParenState &P : State.Stack) {
    [all...]

Completed in 6589 milliseconds