Searched refs:Attrs2 (Results 1 – 1 of 1) sorted by relevance
1110 static bool MatchTwoAttributeLists(const AttrVec &Attrs1, const AttrVec &Attrs2, in MatchTwoAttributeLists() argument1115 for (unsigned j = 0, f = Attrs2.size(); j != f; j++) { in MatchTwoAttributeLists()1119 if (Attrs1[i]->getKind() == Attrs2[j]->getKind()) { in MatchTwoAttributeLists()1121 AvailabilityArgsMatch = AvailabilityAttrsMatch(Attrs1[i], Attrs2[j]); in MatchTwoAttributeLists()1147 const AttrVec &Attrs2 = Decl2->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()