Searched refs:CounterVD (Results 1 – 5 of 5) sorted by relevance
237 VarDecl *CounterVD = nullptr; member
4079 addPrivate(HelperData.CounterVD, [&CGF, &HelperData]() { in OMPIteratorGeneratorScope()4080 return CGF.CreateMemTemp(HelperData.CounterVD->getType(), in OMPIteratorGeneratorScope()4089 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()4090 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()4105 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()4107 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
5356 auto *CounterVD = in ActOnOMPIteratorExpr() local5360 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()5362 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()5413 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
845 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
990 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()