Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp200 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anon813a705f0111::TypeProcessingState
273 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); in getAttributedType()
292 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()
304 llvm::stable_sort(AttrsForTypes, llvm::less_first()); in takeAttrForAttributedType()
311 AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()
313 It != AttrsForTypes.end() && It->first == AT; ++It) { in takeAttrForAttributedType()