Searched refs:InheritableParamAttr (Results 1 – 4 of 4) sorted by relevance
180 class InheritableParamAttr : public InheritableAttr {182 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr() function198 class ParameterABIAttr : public InheritableParamAttr {203 : InheritableParamAttr(Context, CommonInfo, AK, IsLateParsed, in ParameterABIAttr()
605 class InheritableParamAttr : InheritableAttr;608 class ParameterABIAttr : InheritableParamAttr {771 def Annotate : InheritableParamAttr {914 def CarriesDependency : InheritableParamAttr {961 def CFConsumed : InheritableParamAttr {968 def OSConsumed : InheritableParamAttr {1863 def NonNull : InheritableParamAttr {1897 def PassObjectSize : InheritableParamAttr {2058 def NSConsumed : InheritableParamAttr {3754 def UseHandle : InheritableParamAttr {[all …]
3012 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()3015 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()
2831 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the