Searched refs:AddAlignedAttr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 89 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(), in instantiateDependentAlignedAttr() 96 S.AddAlignedAttr(Aligned->getLocation(), New, Result, in instantiateDependentAlignedAttr()
|
| H A D | SemaDeclAttr.cpp | 3647 S.AddAlignedAttr(AL.getRange(), D, E, AL.getAttributeSpellingListIndex(), in handleAlignedAttr() 3651 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E, in AddAlignedAttr() function in Sema 3765 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *TS, in AddAlignedAttr() function in Sema
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8545 void AddAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E, 8547 void AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *T,
|