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