Searched defs:DeclScope (Results 1 – 4 of 4) sorted by relevance
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
37 template <class Emitter> class DeclScope; variable
59 DeclScope = 0x08, enumerator