Home
last modified time | relevance | path

Searched refs:TypeAttrPair (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp210 using TypeAttrPair = std::pair<const AttributedType*, const Attr*>; typedef in __anonc2847d970111::TypeProcessingState
211 SmallVector<TypeAttrPair, 8> AttrsForTypes;
303 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()
323 [=](const TypeAttrPair &A) { return A.first < AT; }); in takeAttrForAttributedType()