reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
35 template <class Emitter> class VariableScope;
569 for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent())
tools/clang/lib/AST/Interp/ByteCodeExprGen.h224 VariableScope<Emitter> *VarScope = nullptr; 263 VariableScope *getParent() { return Parent; } 274 VariableScope *Parent; 281 template <class Emitter> class LocalScope : public VariableScope<Emitter> { 283 LocalScope(ByteCodeExprGen<Emitter> *Ctx) : VariableScope<Emitter>(Ctx) {}