Searched refs:IVDecl (Results 1 – 3 of 3) sorted by relevance
171 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local172 if (!IVDecl->getType()->isObjCObjectPointerType()) in isZeroingPropIvar()179 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
756 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective() local757 CGF.EmitVarDecl(*IVDecl); in EmitOMPSimdDirective()980 auto IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local981 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()
2820 VarDecl *IVDecl = BuildVarDecl(SemaRef, InitLoc, VType, ".omp.iv"); in CheckOpenMPLoop() local2821 IV = SemaRef.BuildDeclRefExpr(IVDecl, VType, VK_LValue, InitLoc); in CheckOpenMPLoop()