Lines Matching defs:Change
89 struct Change {
94 bool operator()(const Change &C1, const Change &C2) const;
100 /// Creates a \c Change.
102 /// The generated \c Change will replace the characters at
109 Change(const FormatToken &Tok, bool CreateReplacement,
154 // If this Change represents a continuation of a block comment,
155 // \c StartOfBlockComment is pointer to the first Change in the block
159 const Change *StartOfBlockComment;
352 void appendNewlineText(std::string &Text, const Change &C);
362 SmallVector<Change, 16> Changes;