clang API Documentation
#include <CheckerManager.h>
Public Member Functions | |
| virtual | ~GraphExpander () |
| virtual void | expandGraph (ExplodedNodeSet &Dst, ExplodedNode *Pred)=0 |
Definition at line 47 of file CheckerManager.h.
| GraphExpander::~GraphExpander | ( | ) | [virtual] |
Definition at line 683 of file CheckerManager.cpp.
| virtual void clang::ento::GraphExpander::expandGraph | ( | ExplodedNodeSet & | Dst, |
| ExplodedNode * | Pred | ||
| ) | [pure virtual] |
Referenced by clang::ento::CheckerManager::runCheckersForEvalCall().