Home | History | Annotate | Download | only in Format

Lines Matching defs:Change

73   /// \brief Represents a change before a token, a break inside a token,
75 struct Change {
80 bool operator()(const Change &C1, const Change &C2) const;
86 Change() {}
88 /// \brief Creates a \c Change.
90 /// The generated \c Change will replace the characters at
97 Change(bool CreateReplacement, const SourceRange &OriginalWhitespaceRange,
111 // The kind of the token whose whitespace this change replaces, or in which
112 // this change inserts whitespace.
139 /// \brief Align trailing comments from change \p Start to change \p End at
146 /// \brief Align escaped newlines from change \p Start to change \p End at
161 SmallVector<Change, 16> Changes;