Home | History | Annotate | Download | only in Tooling

Lines Matching defs:Replacement

28 Replacement::Replacement()
31 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length,
36 Replacement::Replacement(SourceManager &Sources, SourceLocation Start,
41 Replacement::Replacement(SourceManager &Sources, const CharSourceRange &Range,
46 bool Replacement::isApplicable() const {
50 bool Replacement::apply(Rewriter &Rewrite) const {
75 std::string Replacement::toString() const {
83 bool Replacement::Less::operator()(const Replacement &R1,
84 const Replacement &R2) const {
93 void Replacement::setFromSourceLocation(SourceManager &Sources,
119 void Replacement::setFromSourceRange(SourceManager &Sources,
157 Replacement Replace("<stdin>", I->getOffset(), I->getLength(),