Searched refs:AttrsForTypes (Results 1 – 1 of 1) sorted by relevance
183 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anonbf0734260111::TypeProcessingState254 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); in getAttributedType()262 std::stable_sort(AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()272 AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()274 It != AttrsForTypes.end() && It->first == AT; ++It) { in takeAttrForAttributedType()