Home | History | Annotate | Download | only in AST

Lines Matching refs:Parm1

660     const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1);
662 if (Parm1->getDepth() != Parm2->getDepth())
664 if (Parm1->getIndex() != Parm2->getIndex())
666 if (Parm1->isParameterPack() != Parm2->isParameterPack())