Lines Matching defs:ParenState
147 struct ParenState { struct
148 ParenState(unsigned Indent, unsigned IndentLevel, unsigned LastSpace, in ParenState() argument
160 unsigned Indent;
163 unsigned IndentLevel;
170 unsigned LastSpace;
174 unsigned NestedBlockIndent;
180 unsigned FirstLessLess = 0;
183 unsigned QuestionColumn = 0;
186 unsigned ColonPos = 0;
189 unsigned StartOfFunctionCall = 0;
193 unsigned StartOfArraySubscripts = 0;
197 unsigned NestedNameSpecifierContinuation = 0;
201 unsigned CallContinuation = 0;
206 unsigned VariablePos = 0;
230 /// \brief \c true if this \c ParenState already contains a line-break. argument
237 /// \brief \c true if this \c ParenState contains multiple segments of a argument
239 bool ContainsUnwrappedBuilder : 1;
265 bool operator<(const ParenState &Other) const { argument