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