Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h135 DeclScope(Program &P, const ValueDecl *VD) : P(P) { in DeclScope() function
H A DCompiler.h34 template <class Emitter> class DeclScope; variable
300 friend class DeclScope<Emitter>; variable
H A DCompiler.cpp28 template <class Emitter> class DeclScope final : public LocalScope<Emitter> { class
30 DeclScope(Compiler<Emitter> *Ctx, const ValueDecl *VD) in DeclScope() function in clang::interp::DeclScope
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h63 DeclScope = 0x08, enumerator