Searched refs:CounterVD (Results 1 – 5 of 5) sorted by relevance
237 VarDecl *CounterVD = nullptr; member
3697 HelperData.CounterVD, in OMPIteratorGeneratorScope()3698 CGF.CreateMemTemp(HelperData.CounterVD->getType(), "counter.addr")); in OMPIteratorGeneratorScope()3705 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()3706 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()3721 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()3723 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
5568 auto *CounterVD = in ActOnOMPIteratorExpr() local5572 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()5574 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()5625 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
852 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
991 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()