clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| BlockExit (const CFGBlock *B, const LocationContext *L) | |
| const CFGBlock * | getBlock () const |
| const Stmt * | getTerminator () const |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 190 of file ProgramPoint.h.
| clang::BlockExit::BlockExit | ( | const CFGBlock * | B, |
| const LocationContext * | L | ||
| ) | [inline] |
Definition at line 192 of file ProgramPoint.h.
| static bool clang::BlockExit::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::ProgramPoint.
Definition at line 203 of file ProgramPoint.h.
References clang::ProgramPoint::BlockExitKind, and clang::ProgramPoint::getKind().
| const CFGBlock* clang::BlockExit::getBlock | ( | ) | const [inline] |
Definition at line 195 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by getTerminator().
| const Stmt* clang::BlockExit::getTerminator | ( | ) | const [inline] |
Definition at line 199 of file ProgramPoint.h.
References getBlock(), and clang::CFGBlock::getTerminator().