Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAttr.h151 class InheritableParamAttr : public InheritableAttr {
153 InheritableParamAttr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex, in InheritableParamAttr() function
168 class ParameterABIAttr : public InheritableParamAttr {
173 : InheritableParamAttr(AK, R, SpellingListIndex, IsLateParsed, in ParameterABIAttr()
/external/llvm-project/clang/include/clang/AST/
DAttr.h165 class InheritableParamAttr : public InheritableAttr {
167 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr() function
183 class ParameterABIAttr : public InheritableParamAttr {
188 : InheritableParamAttr(Context, CommonInfo, AK, IsLateParsed, in ParameterABIAttr()
/external/llvm-project/clang/include/clang/Basic/
DAttr.td592 class InheritableParamAttr : InheritableAttr;
595 class ParameterABIAttr : InheritableParamAttr {
741 def Annotate : InheritableParamAttr {
883 def CarriesDependency : InheritableParamAttr {
927 def CFConsumed : InheritableParamAttr {
934 def OSConsumed : InheritableParamAttr {
1758 def NonNull : InheritableParamAttr {
1785 def PassObjectSize : InheritableParamAttr {
1944 def NSConsumed : InheritableParamAttr {
3590 def UseHandle : InheritableParamAttr {
[all …]
/external/clang/include/clang/Basic/
DAttr.td346 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 {
/external/clang/lib/Sema/
DSemaDecl.cpp2547 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()
2550 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()
/external/clang/docs/
DInternalsManual.rst1672 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp2999 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()
3002 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()
/external/llvm-project/clang/docs/
DInternalsManual.rst2268 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the