My Project
|
This class represents a saved insertion point. More...
#include <Builders.h>
Public Member Functions | |
InsertPoint ()=default | |
Creates a new insertion point which doesn't point to anything. More... | |
InsertPoint (Block *insertBlock, Block::iterator insertPt) | |
Creates a new insertion point at the given location. More... | |
bool | isSet () const |
Returns true if this insert point is set. More... | |
Block * | getBlock () const |
Block::iterator | getPoint () const |
This class represents a saved insertion point.
|
default |
Creates a new insertion point which doesn't point to anything.
|
inline |
Creates a new insertion point at the given location.
|
inline |
|
inline |
|
inline |
Returns true if this insert point is set.