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

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1110 static bool MatchTwoAttributeLists(const AttrVec &Attrs1, const AttrVec &Attrs2, function
1148 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch);
1150 return MatchTwoAttributeLists(Attrs2, Attrs1, AvailabilityArgsMatch);

Completed in 64 milliseconds