Searched refs:T1IsPointerLike (Results 1 – 1 of 1) sorted by relevance
6790 bool T1IsPointerLike = T1->isAnyPointerType() || T1->isMemberPointerType() || in FindCompositePointerType() local6794 if (!T1IsPointerLike && !T2IsPointerLike) in FindCompositePointerType()6802 if (T1IsPointerLike && in FindCompositePointerType()6820 if (!T1IsPointerLike || !T2IsPointerLike) in FindCompositePointerType()