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

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  431   VarScope->add(Local, IsExtended);
  459   VarScope->add(Local, IsExtended);
  569   for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent())
tools/clang/lib/AST/Interp/ByteCodeExprGen.h
  242   virtual ~VariableScope() { Ctx->VarScope = this->Parent; }
  267       : Ctx(Ctx), Parent(Ctx->VarScope) {
  268     Ctx->VarScope = this;