Lines Matching refs:Var
89 case Decl::Var: { in EmitDecl()
406 const VarDecl &Var; member
407 ExtendGCLifetime(const VarDecl *var) : Var(*var) {} in ExtendGCLifetime()
412 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false, in Emit()
413 Var.getType(), VK_LValue, SourceLocation()); in Emit()
422 const VarDecl &Var; member
425 const VarDecl *Var) in CallCleanupFunction()
426 : CleanupFn(CleanupFn), FnInfo(*Info), Var(*Var) {} in CallCleanupFunction()
429 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false, in Emit()
430 Var.getType(), VK_LValue, SourceLocation()); in Emit()
447 CGF.getContext().getPointerType(Var.getType())); in Emit()