Searched refs:Parm2 (Results 1 – 2 of 2) sorted by relevance
278 IdentifierLoc *Parm2, in AttributeList() argument288 Args[1] = Parm2; in AttributeList()
759 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2); in IsStructurallyEquivalent() local760 if (Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()762 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()764 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()