Searched refs:AttrsForTypes (Results 1 – 1 of 1) sorted by relevance
188 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anon41c88aee0111::TypeProcessingState261 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); in getAttributedType()280 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()292 llvm::stable_sort(AttrsForTypes, llvm::less_first()); in takeAttrForAttributedType()299 AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()301 It != AttrsForTypes.end() && It->first == AT; ++It) { in takeAttrForAttributedType()