Searched refs:CounterVD (Results 1 – 5 of 5) sorted by relevance
113 VarDecl *CounterVD = nullptr; member
3509 HelperData.CounterVD, in OMPIteratorGeneratorScope()3510 CGF.CreateMemTemp(HelperData.CounterVD->getType(), "counter.addr")); in OMPIteratorGeneratorScope()3517 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()3518 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()3533 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()3535 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
930 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
1010 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()
23730 auto *CounterVD = VarDecl::Create(Context, SemaRef.CurContext, in ActOnOMPIteratorExpr() local23734 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()23736 SemaRef.BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()23787 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()