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