Searched refs:TPointee (Results 1 – 1 of 1) sorted by relevance
2193 QualType TPointee = T->getPointeeType(); in isSubstitutedType() local2195 if (!TPointee.isNull() && !PPointee.isNull()) in isSubstitutedType()2197 isSubstitutedType(Ctx, TPointee, PPointee, Args, Depth); in isSubstitutedType()