Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp183 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anonbf0734260111::TypeProcessingState
254 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); in getAttributedType()
262 std::stable_sort(AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()
272 AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()
274 It != AttrsForTypes.end() && It->first == AT; ++It) { in takeAttrForAttributedType()