reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
257 AttrsForTypes.push_back({cast<AttributedType>(T.getTypePtr()), A}); 270 for (TypeAttrPair &A : AttrsForTypes) { 282 llvm::stable_sort(AttrsForTypes, llvm::less_first()); 289 AttrsForTypes.begin(), AttrsForTypes.end(), 289 AttrsForTypes.begin(), AttrsForTypes.end(), 291 It != AttrsForTypes.end() && It->first == AT; ++It) {