clang API Documentation

Classes | Public Types | Public Member Functions | Static Public Member Functions | Friends
clang::PostOrderCFGView Class Reference

#include <PostOrderCFGView.h>

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

List of all members.

Classes

struct  BlockOrderCompare
class  CFGBlockSet
 Implements a set of CFGBlocks using a BitVector. More...

Public Types

typedef std::vector< const
CFGBlock * >::reverse_iterator 
iterator
typedef std::vector< const
CFGBlock * >
::const_reverse_iterator 
const_iterator

Public Member Functions

 PostOrderCFGView (const CFG *cfg)
iterator begin ()
iterator end ()
const_iterator begin () const
const_iterator end () const
bool empty () const
BlockOrderCompare getComparator () const

Static Public Member Functions

static const void * getTag ()
static PostOrderCFGViewcreate (AnalysisDeclContext &analysisContext)

Friends

struct BlockOrderCompare

Detailed Description

Definition at line 29 of file PostOrderCFGView.h.


Member Typedef Documentation

typedef std::vector<const CFGBlock *>::const_reverse_iterator clang::PostOrderCFGView::const_iterator

Definition at line 80 of file PostOrderCFGView.h.

typedef std::vector<const CFGBlock *>::reverse_iterator clang::PostOrderCFGView::iterator

Definition at line 79 of file PostOrderCFGView.h.


Constructor & Destructor Documentation

Definition at line 20 of file PostOrderCFGView.cpp.

References clang::CFG::getNumBlockIDs().

Referenced by create().


Member Function Documentation

Definition at line 87 of file PostOrderCFGView.h.

Definition at line 90 of file PostOrderCFGView.h.

References begin(), and end().

Referenced by clang::threadSafety::ThreadSafetyAnalyzer::runAnalysis().

Definition at line 88 of file PostOrderCFGView.h.

Definition at line 102 of file PostOrderCFGView.h.

References BlockOrderCompare.

const void * PostOrderCFGView::getTag ( ) [static]

Definition at line 38 of file PostOrderCFGView.cpp.


Friends And Related Function Documentation

friend struct BlockOrderCompare [friend]

Definition at line 92 of file PostOrderCFGView.h.

Referenced by getComparator().


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