Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.h37 template <class Emitter> class DeclScope; variable
164 friend class DeclScope<Emitter>; variable
DProgram.h116 DeclScope(Program &P, const VarDecl *VD) : P(P) { P.startDeclaration(VD); } in DeclScope() function
DByteCodeExprGen.cpp29 template <class Emitter> class DeclScope final : public LocalScope<Emitter> { class
31 DeclScope(ByteCodeExprGen<Emitter> *Ctx, const VarDecl *VD) in DeclScope() function in clang::interp::DeclScope
/external/clang/include/clang/Sema/
DScope.h58 DeclScope = 0x08, enumerator
/external/llvm-project/clang/include/clang/Sema/
DScope.h59 DeclScope = 0x08, enumerator