Searched refs:CounterVD (Results 1 – 5 of 5) sorted by relevance
237 VarDecl *CounterVD = nullptr; member
4034 addPrivate(HelperData.CounterVD, [&CGF, &HelperData]() { in OMPIteratorGeneratorScope()4035 return CGF.CreateMemTemp(HelperData.CounterVD->getType(), in OMPIteratorGeneratorScope()4044 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()4045 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()4060 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()4062 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
5322 auto *CounterVD = in ActOnOMPIteratorExpr() local5326 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()5328 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()5379 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
844 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
988 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()