Go to the documentation of this file.
9 #ifndef LLVM_CLANG_EDIT_EDITSRECEIVER_H
10 #define LLVM_CLANG_EDIT_EDITSRECEIVER_H
14 #include "llvm/ADT/StringRef.h"
33 #endif // LLVM_CLANG_EDIT_EDITSRECEIVER_H
virtual void remove(CharSourceRange range)
By default it calls replace with an empty string.
Encodes a location in the source.
virtual void replace(CharSourceRange range, StringRef text)=0
Represents a character-granular source range.
virtual ~EditsReceiver()=default
virtual void insert(SourceLocation loc, StringRef text)=0