Searched defs:DeclScope (Results 1 – 4 of 4) sorted by relevance
134 DeclScope(Program &P, const ValueDecl *VD) : P(P) { in DeclScope() function
35 template <class Emitter> class DeclScope; variable
28 template <class Emitter> class DeclScope final : public VariableScope<Emitter> { class30 DeclScope(ByteCodeExprGen<Emitter> *Ctx, const ValueDecl *VD) in DeclScope() function in clang::interp::DeclScope
60 DeclScope = 0x08, enumerator