Searched refs:Parm1 (Results 1 – 2 of 2) sorted by relevance
254 IdentifierLoc *Parm1, in AttributeList() argument264 Args.push_back(Parm1); in AttributeList()
703 const TemplateTypeParmType *Parm1 = cast<TemplateTypeParmType>(T1); in IsStructurallyEquivalent() local705 if (Parm1->getDepth() != Parm2->getDepth()) in IsStructurallyEquivalent()707 if (Parm1->getIndex() != Parm2->getIndex()) in IsStructurallyEquivalent()709 if (Parm1->isParameterPack() != Parm2->isParameterPack()) in IsStructurallyEquivalent()