Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.h146 DeclScope(Program &P) : P(P), PrevDecl(P.CurrentDeclaration) { in DeclScope() function
H A DCompiler.h34 template <class Emitter> class DeclScope; variable
329 friend class DeclScope<Emitter>; variable
H A DCompiler.cpp39 template <class Emitter> class DeclScope final : public LocalScope<Emitter> { class
41 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