Home
last modified time | relevance | path

Searched refs:AddAlignedAttr (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3180 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
DSemaTemplateInstantiateDecl.cpp86 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/
DSemaTemplateInstantiateDecl.cpp92 S.AddAlignedAttr(New, *Aligned, Result.getAs<Expr>(), IsPackExpansion); in instantiateDependentAlignedAttr()
98 S.AddAlignedAttr(New, *Aligned, Result, IsPackExpansion); in instantiateDependentAlignedAttr()
DSemaDeclAttr.cpp3816 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/
DSema.h7875 void AddAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E,
7877 void AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *T,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9920 void AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, Expr *E,
9922 void AddAlignedAttr(Decl *D, const AttributeCommonInfo &CI, TypeSourceInfo *T,