Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp184 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anon695570ae0111::TypeProcessingState
259 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); in getAttributedType()
272 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()
284 llvm::stable_sort(AttrsForTypes, llvm::less_first()); in takeAttrForAttributedType()
291 AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()
293 It != AttrsForTypes.end() && It->first == AT; ++It) { in takeAttrForAttributedType()