Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAttr.h177 class InheritableParamAttr : public InheritableAttr {
179 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr() function
195 class ParameterABIAttr : public InheritableParamAttr {
200 : InheritableParamAttr(Context, CommonInfo, AK, IsLateParsed, in ParameterABIAttr()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td632 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 …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp3271 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()
3274 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst2831 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the