Home
last modified time | relevance | path

Searched refs:InheritableParamAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h184 class InheritableParamAttr : public InheritableAttr {
186 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr() function
218 class ParameterABIAttr : public InheritableParamAttr {
223 : InheritableParamAttr(Context, CommonInfo, AK, IsLateParsed, in ParameterABIAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td706 class InheritableParamAttr : InheritableAttr;
709 class ParameterABIAttr : InheritableParamAttr {
877 def Annotate : InheritableParamAttr {
1044 def CarriesDependency : InheritableParamAttr {
1091 def CFConsumed : InheritableParamAttr {
1142 def OSConsumed : InheritableParamAttr {
2103 def NonNull : InheritableParamAttr {
2137 def PassObjectSize : InheritableParamAttr {
2327 def NSConsumed : InheritableParamAttr {
4229 def UseHandle : InheritableParamAttr {
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3419 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()
3422 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()