Public Member Functions | |
CallContext () | |
virtual | ~CallContext () |
void | setClass (ClassDef *cd) |
void | pushScope () |
void | popScope () |
void | clear () |
ClassDef * | getClass () const |
Classes | |
struct | Ctx |
Definition at line 8259 of file code.cpp.
void CallContext::setClass | ( | ClassDef * | cd | ) | [inline] |
Definition at line 8276 of file code.cpp.
References CallContext::Ctx::cd, DBG_CTX, and ClassDef::name.
void CallContext::pushScope | ( | ) | [inline] |
void CallContext::popScope | ( | ) | [inline] |
Definition at line 8290 of file code.cpp.
References DBG_CTX, CallContext::Ctx::name, and CallContext::Ctx::type.
ClassDef* CallContext::getClass | ( | ) | const [inline] |