Home
last modified time | relevance | path

Searched refs:MatchTwoAttributeLists (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp1100 static bool MatchTwoAttributeLists(const AttrVec &Attrs1, const AttrVec &Attrs2, in MatchTwoAttributeLists() function
1138 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch); in AttributesMatch()
1140 return MatchTwoAttributeLists(Attrs2, Attrs1, AvailabilityArgsMatch); in AttributesMatch()