Home | History | Annotate | Download | only in AST

Lines Matching full:parm1

645     const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1);
647 if (Parm1->getDepth() != Parm2->getDepth())
649 if (Parm1->getIndex() != Parm2->getIndex())
651 if (Parm1->isParameterPack() != Parm2->isParameterPack())