LLVM 20.0.0git
|
Represents a single fixit, a replacement of one range of text with another. More...
#include "llvm/Support/SourceMgr.h"
Public Member Functions | |
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 256 of file SourceMgr.h.
Definition at line 369 of file SourceMgr.cpp.
References assert().
Definition at line 264 of file SourceMgr.h.
|
inline |
Definition at line 268 of file SourceMgr.h.
References Range.
|
inline |
Definition at line 267 of file SourceMgr.h.
Definition at line 270 of file SourceMgr.h.
References llvm::Other, and Range.