clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| BlockEntrance (const CFGBlock *B, const LocationContext *L, const ProgramPointTag *tag=nullptr) | |
| const CFGBlock * | getBlock () const |
| Optional< CFGElement > | getFirstElement () const |
Friends | |
| class | ProgramPoint |
Definition at line 193 of file ProgramPoint.h.
| clang::BlockEntrance::BlockEntrance | ( | const CFGBlock * | B, |
| const LocationContext * | L, | ||
| const ProgramPointTag * | tag = nullptr |
||
| ) | [inline] |
Definition at line 195 of file ProgramPoint.h.
| const CFGBlock* clang::BlockEntrance::getBlock | ( | ) | const [inline] |
Definition at line 201 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by getFirstElement().
| Optional<CFGElement> clang::BlockEntrance::getFirstElement | ( | ) | const [inline] |
Definition at line 205 of file ProgramPoint.h.
References clang::CFGBlock::empty(), clang::CFGBlock::front(), and getBlock().
friend class ProgramPoint [friend] |
Definition at line 211 of file ProgramPoint.h.