Home
last modified time | relevance | path

Searched refs:InheritableParamAttr (Results 1 – 4 of 4) 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/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