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

  /external/clang/lib/Format/
ContinuationIndenter.h 31 struct ParenState;
144 struct ParenState {
145 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace,
225 /// \brief \c true if this \c ParenState already contains a line-break.
227 /// The first line break in a certain \c ParenState causes extra penalty so
232 /// \brief \c true if this \c ParenState contains multiple segments of a
260 bool operator<(const ParenState &Other) const {
324 std::vector<ParenState> Stack;
334 /// ParenState stack (in an otherwise identical state) and these different
ContinuationIndenter.cpp 77 State.Stack.push_back(ParenState(FirstIndent, Line->Level, FirstIndent,
693 ParenState NewParenState = State.Stack.back();
    [all...]

Completed in 51 milliseconds