Searched refs:CounterVD (Results 1 – 5 of 5) sorted by relevance
237 VarDecl *CounterVD = nullptr; member
4084 addPrivate(HelperData.CounterVD, [&CGF, &HelperData]() { in OMPIteratorGeneratorScope()4085 return CGF.CreateMemTemp(HelperData.CounterVD->getType(), in OMPIteratorGeneratorScope()4094 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()4095 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()4110 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()4112 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
5393 auto *CounterVD = in ActOnOMPIteratorExpr() local5397 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()5399 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()5450 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
856 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
1000 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()