Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h19 class DeclScope; variable
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.h119 DeclScope(Program &P, const VarDecl *VD) : P(P) { P.startDeclaration(VD); } in DeclScope() function
H A 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
H A DByteCodeExprGen.h35 template <class Emitter> class DeclScope; variable
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h59 DeclScope = 0x08, enumerator