Searched refs:ThisPtrTy (Results 1 – 2 of 2) sorted by relevance
1164 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr); in getOrCreateInstanceMethodType() local1165 QualType PointeeTy = ThisPtrTy->getPointeeType(); in getOrCreateInstanceMethodType()1168 uint64_t Align = CGM.getContext().getTypeAlign(ThisPtrTy); in getOrCreateInstanceMethodType()
1566 const PointerType *ThisPtrTy = cast<PointerType>(ThisPtr); in getOrCreateInstanceMethodType() local1567 QualType PointeeTy = ThisPtrTy->getPointeeType(); in getOrCreateInstanceMethodType()1570 auto Align = getTypeAlignIfRequired(ThisPtrTy, CGM.getContext()); in getOrCreateInstanceMethodType()