clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| BlockEntrance (const CFGBlock *B, const LocationContext *L, const ProgramPointTag *tag=0) | |
| const CFGBlock * | getBlock () const |
| const CFGElement | getFirstElement () const |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 168 of file ProgramPoint.h.
| clang::BlockEntrance::BlockEntrance | ( | const CFGBlock * | B, |
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = 0 |
||
| ) | [inline] |
Definition at line 170 of file ProgramPoint.h.
| static bool clang::BlockEntrance::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::ProgramPoint.
Definition at line 185 of file ProgramPoint.h.
References clang::ProgramPoint::BlockEntranceKind, and clang::ProgramPoint::getKind().
| const CFGBlock* clang::BlockEntrance::getBlock | ( | ) | const [inline] |
Definition at line 176 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by getFirstElement().
| const CFGElement clang::BlockEntrance::getFirstElement | ( | ) | const [inline] |
Definition at line 180 of file ProgramPoint.h.
References clang::CFGBlock::empty(), clang::CFGBlock::front(), and getBlock().