Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp187 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anonfc6727220111::TypeProcessingState
262 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); in getAttributedType()
275 for (TypeAttrPair &A : AttrsForTypes) { in ReplaceAutoType()
287 llvm::stable_sort(AttrsForTypes, llvm::less_first()); in takeAttrForAttributedType()
294 AttrsForTypes.begin(), AttrsForTypes.end(), in takeAttrForAttributedType()
296 It != AttrsForTypes.end() && It->first == AT; ++It) { in takeAttrForAttributedType()