clang API Documentation
#include <WorkList.h>
Public Member Functions | |
| Visitor () | |
| virtual | ~Visitor () |
| virtual bool | visit (const WorkListUnit &U)=0 |
Definition at line 83 of file WorkList.h.
| clang::ento::WorkList::Visitor::Visitor | ( | ) | [inline] |
Definition at line 85 of file WorkList.h.
| WorkList::Visitor::~Visitor | ( | ) | [virtual] |
Definition at line 41 of file CoreEngine.cpp.
| virtual bool clang::ento::WorkList::Visitor::visit | ( | const WorkListUnit & | U | ) | [pure virtual] |