Searched refs:AddAlignedAttr (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3180 S.AddAlignedAttr(Attr.getRange(), D, E, Attr.getAttributeSpellingListIndex(), in handleAlignedAttr() 3184 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E, in AddAlignedAttr() function in Sema 3287 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *TS, in AddAlignedAttr() function in Sema
|
D | SemaTemplateInstantiateDecl.cpp | 86 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(), in instantiateDependentAlignedAttr() 93 S.AddAlignedAttr(Aligned->getLocation(), New, Result, in instantiateDependentAlignedAttr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 92 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr() 98 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
|
D | SemaDeclAttr.cpp | 3816 S.AddAlignedAttr(D, AL, E, AL.isPackExpansion()); in handleAlignedAttr() 3819 void Sema::AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, Expr *E, in AddAlignedAttr() function in Sema 3929 void Sema::AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, in AddAlignedAttr() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7875 void AddAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E, 7877 void AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *T,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9920 void AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, Expr *E, 9922 void AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, TypeSourceInfo *T,
|