Searched refs:TypeAttrPair (Results 1 – 1 of 1) sorted by relevance
210 using TypeAttrPair = std::pair<const AttributedType*, const Attr*>; typedef in __anonc2847d970111::TypeProcessingState211 SmallVector<TypeAttrPair, 8> AttrsForTypes;303 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()323 [=](const TypeAttrPair &A) { return A.first < AT; }); in takeAttrForAttributedType()