Searched refs:AddAlignedAttr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3137 S.AddAlignedAttr(Attr.getRange(), D, Attr.getArg(0),
3141 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E, function in class:Sema
3182 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *TS, function in class:Sema
H A DSemaTemplateInstantiateDecl.cpp82 AddAlignedAttr(Aligned->getLocation(), New, Result.takeAs<Expr>(),
90 AddAlignedAttr(Aligned->getLocation(), New, Result,
/external/clang/include/clang/Sema/
H A DSema.h6383 /// AddAlignedAttr - Adds an aligned attribute to a particular declaration.
6384 void AddAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E,
6386 void AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *T,

Completed in 81 milliseconds