LLVM: llvm::SMFixIt Class Reference (original) (raw)

Represents a single fixit, a replacement of one range of text with another. More...

#include "[llvm/Support/SourceMgr.h](Support%5F2SourceMgr%5F8h%5Fsource.html)"

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 272 of file SourceMgr.h.

SMFixIt() [1/2]

SMFixIt() [2/2]

getRange()

SMRange llvm::SMFixIt::getRange ( ) const inline

getText()

StringRef llvm::SMFixIt::getText ( ) const inline

operator<()


The documentation for this class was generated from the following files: