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