Searched refs:Attrs1 (Results 1 – 1 of 1) sorted by relevance
1110 static bool MatchTwoAttributeLists(const AttrVec &Attrs1, const AttrVec &Attrs2, in MatchTwoAttributeLists() argument1113 for (unsigned i = 0, e = Attrs1.size(); i != e; i++) { in MatchTwoAttributeLists()1119 if (Attrs1[i]->getKind() == Attrs2[j]->getKind()) { in MatchTwoAttributeLists()1121 AvailabilityArgsMatch = AvailabilityAttrsMatch(Attrs1[i], Attrs2[j]); in MatchTwoAttributeLists()1146 const AttrVec &Attrs1 = Decl1->getAttrs(); in AttributesMatch() local1148 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch); in AttributesMatch()1149 if (match && (Attrs2.size() > Attrs1.size())) in AttributesMatch()1150 return MatchTwoAttributeLists(Attrs2, Attrs1, AvailabilityArgsMatch); in AttributesMatch()