Searched refs:Parm2 (Results 1 – 2 of 2) sorted by relevance
255 IdentifierLoc *Parm2, in AttributeList() argument265 Args.push_back(Parm2); in AttributeList()
659 const TemplateTypeParmType *Parm2 = cast<TemplateTypeParmType>(T2); in IsStructurallyEquivalent() local660 if (Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()662 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()664 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()