Home | History | Annotate | Download | only in Format

Lines Matching defs: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
181 /// \brief Align consecutive C/C++ preprocessor macros over all \c Changes.
184 /// Align consecutive assignments over all \c Changes.
187 /// Align consecutive bitfields over all \c Changes.
190 /// Align consecutive declarations over all \c Changes.
193 /// Align consecutive declarations over all \c Changes.
196 /// Align trailing comments over all \c Changes.
203 /// Align escaped newlines over all \c Changes.
210 /// Fill \c Replaces with the replacements for all effective changes.
225 SmallVector<Change, 16> Changes;