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.cpp213 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anonc2847d970111::TypeProcessingState
291 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); in getAttributedType()
310 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()
322 llvm::stable_sort(AttrsForTypes, llvm::less_first()); in takeAttrForAttributedType()
329 AttrsForTypes, in takeAttrForAttributedType()
331 It != AttrsForTypes.end() && It->first == AT; ++It) { in takeAttrForAttributedType()