Searched refs:T2IsPointerLike (Results 1 – 1 of 1) sorted by relevance
7133 bool T2IsPointerLike = T2->isAnyPointerType() || T2->isMemberPointerType() || in FindCompositePointerType() local7135 if (!T1IsPointerLike && !T2IsPointerLike) in FindCompositePointerType()7151 if (T2IsPointerLike && in FindCompositePointerType()7161 if (!T1IsPointerLike || !T2IsPointerLike) in FindCompositePointerType()