clang API Documentation

Public Member Functions | Friends
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

Friends

class ProgramPoint

Detailed Description

Definition at line 448 of file ProgramPoint.h.


Constructor & Destructor Documentation

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

Definition at line 450 of file ProgramPoint.h.


Member Function Documentation

const CFGBlock* clang::BlockEdge::getDst ( ) const [inline]
const CFGBlock* clang::BlockEdge::getSrc ( ) const [inline]

Friends And Related Function Documentation

friend class ProgramPoint [friend]

Definition at line 465 of file ProgramPoint.h.


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