Lines Matching full:changes
90 /// Functor to sort changes in original source order.
122 // Changes might be in the middle of a token, so we cannot just keep the
215 /// \brief Align consecutive C/C++ preprocessor macros over all \c Changes.
218 /// Align consecutive assignments over all \c Changes.
221 /// Align consecutive bitfields over all \c Changes.
229 /// Align consecutive declarations over all \c Changes.
232 /// Align consecutive declarations over all \c Changes.
235 /// Align consecutive short case statements over all \c Changes.
238 /// Align consecutive TableGen DAGArg colon over all \c Changes.
241 /// Align consecutive TableGen cond operator colon over all \c Changes.
244 /// Align consecutive TableGen definitions over all \c Changes.
247 /// Align trailing comments over all \c Changes.
254 /// Align escaped newlines over all \c Changes.
261 /// Align Array Initializers over all \c Changes.
294 assert(PrevIter->Index < Changes.size()); in getNetWidth()
295 if (Changes[PrevIter->Index].NewlinesBefore > 0) in getNetWidth()
308 if (Changes[CellIter->Index].NewlinesBefore == 0) in getMaximumCellWidth()
313 if (Changes[Next->Index].NewlinesBefore == 0) in getMaximumCellWidth()
347 /// Fill \c Replaces with the replacements for all effective changes.
362 SmallVector<Change, 16> Changes; variable