Searched refs:Parm1 (Results 1 – 2 of 2) sorted by relevance
277 IdentifierLoc *Parm1, in AttributeList() argument287 Args[0] = Parm1; in AttributeList()
758 const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1); 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()