Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp187 SmallVector<TypeAttrPair, 8> AttrsForTypes; member in __anon6036cc870111::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()