Lines Matching refs:getDeclAlign
1583 return Address(addr, LlvmPtrTy, CGM.getContext().getDeclAlign(VD)); in getAddrOfDeclareTargetVar()
2139 ElemTy, CGF.getContext().getDeclAlign(Var)); in emitAddrOfVarFromArray()
3305 C.getDeclAlign(OriginalVD)), in emitPrivatesInit()
3611 C.getDeclAlign(VD), in emitTaskInit()
3621 C.getDeclAlign(VD), in emitTaskInit()
3632 C.getDeclAlign(VD), in emitTaskInit()
3641 Privates.emplace_back(C.getDeclAlign(VD), PrivateHelpersTy(VD)); in emitTaskInit()
8325 CGF.getContext().getDeclAlign(VD)); in generateInfoForLambdaCaptures()
8745 CV, ElementType, CGF.getContext().getDeclAlign(VD), in generateDefaultMapInfo()
11314 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable()
11628 Address Addr = CGF.CreateMemTemp(NewType, C.getDeclAlign(VD), VD->getName()); in emitLastprivateConditionalInit()