Home | History | Annotate | Download | only in AST

Lines Matching full:parm2

640     const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2);
641 if (Parm1->getDepth() != Parm2->getDepth())
643 if (Parm1->getIndex() != Parm2->getIndex())
645 if (Parm1->isParameterPack() != Parm2->isParameterPack())