Lines Matching refs:T1
4264 static bool isSameTemplate(TemplateDecl *T1, TemplateDecl *T2) {4265 if (T1 == T2)4268 if (!T1 || !T2)4271 return T1->getCanonicalDecl() == T2->getCanonicalDecl();