Searched refs:EmitArraySectionExpr (Results 1 – 3 of 3) sorted by relevance
1693 return EmitArraySectionExpr(cast<ArraySectionExpr>(E)); in EmitLValueHelper()4692 BaseLVal = CGF.EmitArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()4724 LValue CodeGenFunction::EmitArraySectionExpr(const ArraySectionExpr *E, in EmitArraySectionExpr() function in CodeGenFunction
744 return CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()3560 LValue UpAddrLVal = CGF.EmitArraySectionExpr(ASE, /*IsLowerBound=*/false); in getPointerAndSize()7722 CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false)7735 CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false)
4398 LValue EmitArraySectionExpr(const ArraySectionExpr *E,