Searched refs:InheritableParamAttr (Results 1 – 4 of 4) sorted by relevance
177 class InheritableParamAttr : public InheritableAttr {179 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr() function195 class ParameterABIAttr : public InheritableParamAttr {200 : InheritableParamAttr(Context, CommonInfo, AK, IsLateParsed, in ParameterABIAttr()
632 class InheritableParamAttr : InheritableAttr;635 class ParameterABIAttr : InheritableParamAttr {802 def Annotate : InheritableParamAttr {962 def CarriesDependency : InheritableParamAttr {1009 def CFConsumed : InheritableParamAttr {1016 def OSConsumed : InheritableParamAttr {1943 def NonNull : InheritableParamAttr {1977 def PassObjectSize : InheritableParamAttr {2145 def NSConsumed : InheritableParamAttr {3938 def UseHandle : InheritableParamAttr {[all …]
3271 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()3274 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()
2831 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the