Searched refs:T2PtrType (Results 1 – 1 of 1) sorted by relevance
6558 const auto *T2PtrType = T2->getAs<PointerType>(); in UnwrapSimilarTypes() local6559 if (T1PtrType && T2PtrType) { in UnwrapSimilarTypes()6561 T2 = T2PtrType->getPointeeType(); in UnwrapSimilarTypes()