|
LLVM
4.0.0
|
Represents a single fixit, a replacement of one range of text with another. More...
#include <SourceMgr.h>
Public Member Functions | |
| SMFixIt (SMLoc Loc, const Twine &Insertion) | |
| SMFixIt (SMRange R, const Twine &Replacement) | |
| StringRef | getText () const |
| SMRange | getRange () const |
| bool | operator< (const SMFixIt &Other) const |
Represents a single fixit, a replacement of one range of text with another.
Definition at line 195 of file SourceMgr.h.
Definition at line 202 of file SourceMgr.h.
References assert(), and llvm::SMLoc::isValid().
Definition at line 208 of file SourceMgr.h.
References assert(), and llvm::SMRange::isValid().
|
inline |
Definition at line 214 of file SourceMgr.h.
|
inline |
Definition at line 213 of file SourceMgr.h.
Definition at line 216 of file SourceMgr.h.
References llvm::SMRange::End, llvm::SMLoc::getPointer(), and llvm::SMRange::Start.
1.8.6