Home
last modified time | relevance | path

Searched refs:VarScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h364 VariableScope<Emitter> *VarScope = nullptr; variable
409 : Ctx(Ctx), Parent(Ctx->VarScope), ValDecl(VD) { in VariableScope()
410 Ctx->VarScope = this; in VariableScope()
413 virtual ~VariableScope() { Ctx->VarScope = this->Parent; } in ~VariableScope()
H A DCompiler.cpp3481 VarScope->add(Local, IsExtended); in allocateLocalPrimitive()
3521 VarScope->addExtended(Local, ExtendingDecl); in allocateLocal()
3523 VarScope->add(Local, false); in allocateLocal()
4514 this->VarScope->emitDestructors(); in visitBreakStmt()
4523 this->VarScope->emitDestructors(); in visitContinueStmt()
5277 for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent()) in emitCleanup()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2232 CodeGenFunction::OMPPrivateScope VarScope(*this); in EmitOMPLinearClauseFinal() local
2233 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPLinearClauseFinal()
2234 (void)VarScope.Privatize(); in EmitOMPLinearClauseFinal()
2471 OMPPrivateScope VarScope(*this); in EmitOMPSimdFinal() local
2472 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPSimdFinal()
2473 (void)VarScope.Privatize(); in EmitOMPSimdFinal()