Lines Matching defs:ParenState
144 struct ParenState { struct
145 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace, in ParenState() function
159 unsigned Indent;
162 unsigned IndentLevel;
169 unsigned LastSpace;
175 unsigned FirstLessLess;
182 bool BreakBeforeClosingBrace;
185 unsigned QuestionColumn;
189 bool AvoidBinPacking;
193 bool BreakBeforeParameter;
196 bool NoLineBreak;
200 bool LastOperatorWrapped;
225 /// \brief \c true if this \c ParenState already contains a line-break. argument
232 /// \brief \c true if this \c ParenState contains multiple segments of a argument
234 bool ContainsUnwrappedBuilder;
260 bool operator<(const ParenState &Other) const { argument