clang 22.0.0git
clang::PostOrderCFGView::BlockOrderCompare Struct Reference

#include "clang/Analysis/Analyses/PostOrderCFGView.h"

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 129 of file PostOrderCFGView.h.

Constructor & Destructor Documentation

◆ BlockOrderCompare()

clang::PostOrderCFGView::BlockOrderCompare::BlockOrderCompare ( const PostOrderCFGView & pov)
inline

Definition at line 133 of file PostOrderCFGView.h.

References clang::PostOrderCFGView::PostOrderCFGView(), and POV.

Member Function Documentation

◆ operator()()

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

Definition at line 42 of file PostOrderCFGView.cpp.

References POV.

Member Data Documentation

◆ POV

const PostOrderCFGView& clang::PostOrderCFGView::BlockOrderCompare::POV

Definition at line 130 of file PostOrderCFGView.h.

Referenced by BlockOrderCompare(), and operator()().


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