Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttr.h180 class InheritableParamAttr : public InheritableAttr {
182 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr() function
198 class ParameterABIAttr : public InheritableParamAttr {
203 : InheritableParamAttr(Context, CommonInfo, AK, IsLateParsed, in ParameterABIAttr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td605 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3012 for (const auto *I : oldDecl->specific_attrs<InheritableParamAttr>()) { in mergeParamDeclAttributes()
3015 cast<InheritableParamAttr>(I->clone(S.Context)); in mergeParamDeclAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst2831 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the