clang API Documentation

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

#include <ProgramPoint.h>

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

List of all members.

Public Member Functions

 BlockEdge (const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L)
const CFGBlockgetSrc () const
const CFGBlockgetDst () const

Static Public Member Functions

static bool classof (const ProgramPoint *Location)

Detailed Description

Definition at line 379 of file ProgramPoint.h.


Constructor & Destructor Documentation

clang::BlockEdge::BlockEdge ( const CFGBlock B1,
const CFGBlock B2,
const LocationContext L 
) [inline]

Definition at line 381 of file ProgramPoint.h.


Member Function Documentation

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]
const CFGBlock* clang::BlockEdge::getSrc ( ) const [inline]

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