Searched refs:EmitOMPArraySectionExpr (Results 1 – 3 of 3) sorted by relevance
1331 return EmitOMPArraySectionExpr(cast<OMPArraySectionExpr>(E)); in EmitLValue()3517 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()3550 LValue CodeGenFunction::EmitOMPArraySectionExpr(const OMPArraySectionExpr *E, in EmitOMPArraySectionExpr() function in CodeGenFunction
3488 LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,
910 return CGF.EmitOMPArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()5093 CGF.EmitOMPArraySectionExpr(ASE, /*LowerBound=*/false); in emitTaskCall()