clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| BlockExit (const CFGBlock *B, const LocationContext *L) | |
| const CFGBlock * | getBlock () const |
| const Stmt * | getTerminator () const |
Friends | |
| class | ProgramPoint |
Definition at line 218 of file ProgramPoint.h.
| clang::BlockExit::BlockExit | ( | const CFGBlock * | B, |
| const LocationContext * | L | ||
| ) | [inline] |
Definition at line 220 of file ProgramPoint.h.
| const CFGBlock* clang::BlockExit::getBlock | ( | ) | const [inline] |
Definition at line 223 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by getTerminator().
| const Stmt* clang::BlockExit::getTerminator | ( | ) | const [inline] |
Definition at line 227 of file ProgramPoint.h.
References getBlock(), and clang::CFGBlock::getTerminator().
friend class ProgramPoint [friend] |
Definition at line 232 of file ProgramPoint.h.