LLVM 22.0.0git
|
Represents a single fixit, a replacement of one range of text with another. More...
#include "llvm/Support/SourceMgr.h"
Public Member Functions | |
LLVM_ABI | SMFixIt (SMRange R, const Twine &Replacement) |
SMFixIt (SMLoc Loc, 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 257 of file SourceMgr.h.
Definition at line 369 of file SourceMgr.cpp.
References assert().
Referenced by operator<(), and SMFixIt().
Definition at line 265 of file SourceMgr.h.
References SMFixIt().
|
inline |
Definition at line 269 of file SourceMgr.h.
|
inline |
Definition at line 268 of file SourceMgr.h.
Definition at line 271 of file SourceMgr.h.
References llvm::Other, and SMFixIt().