10 #ifndef LLVM_CLANG_EDIT_EDITSRECEIVER_H 11 #define LLVM_CLANG_EDIT_EDITSRECEIVER_H 15 #include "llvm/ADT/StringRef.h" 34 #endif // LLVM_CLANG_EDIT_EDITSRECEIVER_H
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
virtual ~EditsReceiver()=default
Encodes a location in the source.
Dataflow Directional Tag Classes.
Defines the clang::SourceLocation class and associated facilities.
virtual void insert(SourceLocation loc, StringRef text)=0