Searched refs:ClassOrBound (Results 1 – 1 of 1) sorted by relevance
7172 const Type *ClassOrBound; in FindCompositePointerType() member7174 Step(Kind K, const Type *ClassOrBound = nullptr) in FindCompositePointerType()7175 : K(K), ClassOrBound(ClassOrBound) {} in FindCompositePointerType()7182 return Ctx.getMemberPointerType(T, ClassOrBound); in FindCompositePointerType()7186 if (auto *CAT = cast_or_null<ConstantArrayType>(ClassOrBound)) in FindCompositePointerType()