Searched refs:CounterVD (Results 1 – 5 of 5) sorted by relevance
237 VarDecl *CounterVD = nullptr; member
4012 HelperData.CounterVD, in OMPIteratorGeneratorScope()4013 CGF.CreateMemTemp(HelperData.CounterVD->getType(), "counter.addr")); in OMPIteratorGeneratorScope()4020 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()4021 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()4036 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()4038 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
5558 auto *CounterVD = in ActOnOMPIteratorExpr() local5562 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()5564 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()5615 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
854 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
985 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()