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.h186 class InheritableParamAttr : public InheritableAttr {
188 InheritableParamAttr(ASTContext &Context, in InheritableParamAttr() function
202 class InheritableParamOrStmtAttr : public InheritableParamAttr {
208 : InheritableParamAttr(Context, CommonInfo, AK, IsLateParsed, in InheritableParamOrStmtAttr()
237 class ParameterABIAttr : public InheritableParamAttr {
242 : InheritableParamAttr(Context, CommonInfo, AK, IsLateParsed, in ParameterABIAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td804 class InheritableParamAttr : InheritableAttr;
809 class InheritableParamOrStmtAttr : InheritableParamAttr;
812 class ParameterABIAttr : InheritableParamAttr {
1251 def CarriesDependency : InheritableParamAttr {
1298 def CFConsumed : InheritableParamAttr {
1365 def OSConsumed : InheritableParamAttr {
2515 def NonNull : InheritableParamAttr {
2549 def PassObjectSize : InheritableParamAttr {
2780 def NSConsumed : InheritableParamAttr {
4795 def UseHandle : InheritableParamAttr {
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3350 found += propagateAttribute<InheritableParamAttr>(To, From, S); in mergeParamDeclAttributes()