Searched refs:AttrsForTypes (Results 1 – 1 of 1) sorted by relevance
187 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anon6036cc870111::TypeProcessingState262 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); in getAttributedType()275 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()287 llvm::stable_sort(AttrsForTypes, llvm::less_first()); in takeAttrForAttributedType()294 AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()296 It != AttrsForTypes.end() && It->first == AT; ++It) { in takeAttrForAttributedType()