clang API Documentation
#include <ExplodedGraph.h>
Public Member Functions | |
| ExplodedNode * | getMappedNode (const ExplodedNode *N) const |
| InterExplodedGraphMap () | |
| virtual | ~InterExplodedGraphMap () |
Friends | |
| class | ExplodedGraph |
Definition at line 232 of file ExplodedGraph.h.
| clang::ento::InterExplodedGraphMap::InterExplodedGraphMap | ( | ) | [inline] |
Definition at line 240 of file ExplodedGraph.h.
| virtual clang::ento::InterExplodedGraphMap::~InterExplodedGraphMap | ( | ) | [inline, virtual] |
Definition at line 241 of file ExplodedGraph.h.
| ExplodedNode * InterExplodedGraphMap::getMappedNode | ( | const ExplodedNode * | N | ) | const |
Definition at line 400 of file ExplodedGraph.cpp.
friend class ExplodedGraph [friend] |
Definition at line 235 of file ExplodedGraph.h.