clang API Documentation

Public Member Functions | Static Public Member Functions
clang::BlockEntrance Class Reference

#include <ProgramPoint.h>

Inheritance diagram for clang::BlockEntrance:
Inheritance graph
[legend]
Collaboration diagram for clang::BlockEntrance:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BlockEntrance (const CFGBlock *B, const LocationContext *L, const ProgramPointTag *tag=0)
const CFGBlockgetBlock () const
const CFGElement getFirstElement () const

Static Public Member Functions

static bool classof (const ProgramPoint *Location)

Detailed Description

Definition at line 168 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::BlockEntrance::BlockEntrance ( const CFGBlock B,
const LocationContext L,
const ProgramPointTag tag = 0 
) [inline]

Definition at line 170 of file ProgramPoint.h.


Member Function Documentation

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().


The documentation for this class was generated from the following file: