Searched defs:DeclScope (Results 1 – 5 of 5) sorted by relevance
37 template <class Emitter> class DeclScope; variable164 friend class DeclScope<Emitter>; variable
116 DeclScope(Program &P, const VarDecl *VD) : P(P) { P.startDeclaration(VD); } in DeclScope() function
29 template <class Emitter> class DeclScope final : public LocalScope<Emitter> { class31 DeclScope(ByteCodeExprGen<Emitter> *Ctx, const VarDecl *VD) in DeclScope() function in clang::interp::DeclScope
58 DeclScope = 0x08, enumerator
59 DeclScope = 0x08, enumerator