Searched refs:EmitArraySectionExpr (Results 1 – 3 of 3) sorted by relevance
1632 return EmitArraySectionExpr(cast<ArraySectionExpr>(E)); in EmitLValueHelper()4382 BaseLVal = CGF.EmitArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase()4414 LValue CodeGenFunction::EmitArraySectionExpr(const ArraySectionExpr *E, in EmitArraySectionExpr() function in CodeGenFunction
748 return CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false); in emitSharedLValueUB()3584 LValue UpAddrLVal = CGF.EmitArraySectionExpr(ASE, /*IsLowerBound=*/false); in getPointerAndSize()7461 CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false) in generateInfoForComponentList()7474 CGF.EmitArraySectionExpr(OASE, /*IsLowerBound=*/false) in generateInfoForComponentList()
4277 LValue EmitArraySectionExpr(const ArraySectionExpr *E,