clang API Documentation
#include <ProgramPoint.h>


Public Member Functions | |
| BlockEdge (const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L) | |
| const CFGBlock * | getSrc () const |
| const CFGBlock * | getDst () const |
Static Public Member Functions | |
| static bool | classof (const ProgramPoint *Location) |
Definition at line 379 of file ProgramPoint.h.
| clang::BlockEdge::BlockEdge | ( | const CFGBlock * | B1, |
| const CFGBlock * | B2, | ||
| const LocationContext * | L | ||
| ) | [inline] |
Definition at line 381 of file ProgramPoint.h.
| static bool clang::BlockEdge::classof | ( | const ProgramPoint * | Location | ) | [inline, static] |
Reimplemented from clang::ProgramPoint.
Definition at line 395 of file ProgramPoint.h.
References clang::ProgramPoint::BlockEdgeKind, and clang::ProgramPoint::getKind().
| const CFGBlock* clang::BlockEdge::getDst | ( | ) | const [inline] |
Definition at line 391 of file ProgramPoint.h.
References clang::ProgramPoint::getData2().
Referenced by getLastStmt(), and llvm::DOTGraphTraits< ExplodedNode * >::getNodeLabel().
| const CFGBlock* clang::BlockEdge::getSrc | ( | ) | const [inline] |
Definition at line 387 of file ProgramPoint.h.
References clang::ProgramPoint::getData1().
Referenced by llvm::DOTGraphTraits< ExplodedNode * >::getNodeLabel().