reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;