Lines Matching defs:ParenState
148 struct ParenState { struct
149 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace, in ParenState() function
161 unsigned Indent;
164 unsigned IndentLevel;
171 unsigned LastSpace;
175 unsigned NestedBlockIndent;
181 unsigned FirstLessLess = 0;
184 unsigned QuestionColumn = 0;
187 unsigned ColonPos = 0;
190 unsigned StartOfFunctionCall = 0;
194 unsigned StartOfArraySubscripts = 0;
198 unsigned NestedNameSpecifierContinuation = 0;
202 unsigned CallContinuation = 0;
207 unsigned VariablePos = 0;
231 /// \brief \c true if this \c ParenState already contains a line-break. argument
238 /// \brief \c true if this \c ParenState contains multiple segments of a argument
240 bool ContainsUnwrappedBuilder : 1;
266 bool operator<(const ParenState &Other) const { argument