Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h134 DeclScope(Program &P, const ValueDecl *VD) : P(P) { in DeclScope() function
H A DByteCodeExprGen.h35 template <class Emitter> class DeclScope; variable
H A DByteCodeExprGen.cpp28 template <class Emitter> class DeclScope final : public VariableScope<Emitter> { class
30 DeclScope(ByteCodeExprGen<Emitter> *Ctx, const ValueDecl *VD) in DeclScope() function in clang::interp::DeclScope
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h60 DeclScope = 0x08, enumerator