reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.h
  242   virtual ~VariableScope() { Ctx->VarScope = this->Parent; }
  252     if (this->Parent)
  253       this->Parent->addLocal(Local);
  257     if (this->Parent)
  258       this->Parent->addExtended(Local);
  263   VariableScope *getParent() { return Parent; }
  324     this->Parent->addLocal(Local);