clang API Documentation
#include <PostOrderCFGView.h>
Public Member Functions | |
BlockOrderCompare (const PostOrderCFGView &pov) | |
bool | operator() (const CFGBlock *b1, const CFGBlock *b2) const |
Public Attributes | |
const PostOrderCFGView & | POV |
Definition at line 95 of file PostOrderCFGView.h.
clang::PostOrderCFGView::BlockOrderCompare::BlockOrderCompare | ( | const PostOrderCFGView & | pov | ) | [inline] |
Definition at line 98 of file PostOrderCFGView.h.
bool PostOrderCFGView::BlockOrderCompare::operator() | ( | const CFGBlock * | b1, |
const CFGBlock * | b2 | ||
) | const |
Definition at line 40 of file PostOrderCFGView.cpp.
References POV.
Definition at line 96 of file PostOrderCFGView.h.
Referenced by operator()().