Home
last modified time | relevance | path

Searched defs:DeclScope (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.h134 DeclScope(Program &P, const VarDecl *VD) : P(P) { P.startDeclaration(VD); } in DeclScope() function
H A DByteCodeExprGen.h34 template <class Emitter> class DeclScope; variable
H A DByteCodeExprGen.cpp28 template <class Emitter> class DeclScope final : public LocalScope<Emitter> { class
30 DeclScope(ByteCodeExprGen<Emitter> *Ctx, const VarDecl *VD) in DeclScope() function in clang::interp::DeclScope
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h60 DeclScope = 0x08, enumerator