Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp186 using TypeAttrPair = std::pair<const AttributedType*, const Attr*>; typedef in __anon6036cc870111::TypeProcessingState
187 SmallVector<TypeAttrPair, 8> AttrsForTypes;
275 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()
295 [=](const TypeAttrPair &A) { return A.first < AT; }); in takeAttrForAttributedType()