Searched refs:InheritableParamAttr (Results 1 – 4 of 4) sorted by relevance
151 class InheritableParamAttr : public InheritableAttr {153 InheritableParamAttr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex, in InheritableParamAttr() function168 class ParameterABIAttr : public InheritableParamAttr {173 : InheritableParamAttr(AK, R, SpellingListIndex, IsLateParsed, in ParameterABIAttr()
346 class InheritableParamAttr : InheritableAttr;349 class ParameterABIAttr : InheritableParamAttr {459 def Annotate : InheritableParamAttr {521 def CarriesDependency : InheritableParamAttr {565 def CFConsumed : InheritableParamAttr {1105 def PassObjectSize : InheritableParamAttr {1217 def NSConsumed : InheritableParamAttr {
2547 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()2550 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()
1672 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the