Searched refs:InheritableParamAttr (Results 1 – 4 of 4) sorted by relevance
136 class InheritableParamAttr : public InheritableAttr {138 InheritableParamAttr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex, in InheritableParamAttr() function
338 class InheritableParamAttr : InheritableAttr;422 def Annotate : InheritableParamAttr {483 def CarriesDependency : InheritableParamAttr {527 def CFConsumed : InheritableParamAttr {1024 def PassObjectSize : InheritableParamAttr {1136 def NSConsumed : InheritableParamAttr {
2473 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()2476 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()
1672 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the