clang API Documentation

Public Member Functions | Public Attributes
clang::PostOrderCFGView::BlockOrderCompare Struct Reference

#include <PostOrderCFGView.h>

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

List of all members.

Public Member Functions

 BlockOrderCompare (const PostOrderCFGView &pov)
bool operator() (const CFGBlock *b1, const CFGBlock *b2) const

Public Attributes

const PostOrderCFGViewPOV

Detailed Description

Definition at line 91 of file PostOrderCFGView.h.


Constructor & Destructor Documentation

clang::PostOrderCFGView::BlockOrderCompare::BlockOrderCompare ( const PostOrderCFGView pov) [inline]

Definition at line 94 of file PostOrderCFGView.h.


Member Function Documentation

bool PostOrderCFGView::BlockOrderCompare::operator() ( const CFGBlock b1,
const CFGBlock b2 
) const

Definition at line 40 of file PostOrderCFGView.cpp.

References POV.


Member Data Documentation

Definition at line 92 of file PostOrderCFGView.h.

Referenced by operator()().


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