10 #ifndef LLVM_CLANG_EDIT_EDITSRECEIVER_H
11 #define LLVM_CLANG_EDIT_EDITSRECEIVER_H
17 class CharSourceRange;
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
Represents a character-granular source range.
virtual void replace(CharSourceRange range, StringRef text)=0
Encodes a location in the source.
virtual void insert(SourceLocation loc, StringRef text)=0