Searched refs:AddAlignedAttr (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaTemplateInstantiateDecl.cpp | 95 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr() 101 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
|
| D | SemaDeclAttr.cpp | 4355 S.AddAlignedAttr(D, AL, E, AL.isPackExpansion()); in handleAlignedAttr() 4358 void Sema::AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, Expr *E, in AddAlignedAttr() function in Sema 4484 void Sema::AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, in AddAlignedAttr() function in Sema
|
| /openbsd/src/gnu/llvm/clang/include/clang/Sema/ |
| D | Sema.h | 10827 void AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, Expr *E, 10829 void AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, TypeSourceInfo *T,
|