Home | History | Annotate | Download | only in Sema

Lines Matching refs:AttrRange

1297 void Sema::AddAssumeAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E,
1302 AssumeAlignedAttr TmpAttr(AttrRange, Context, E, OE, SpellingListIndex);
1303 SourceLocation AttrLoc = AttrRange.getBegin();
1307 << &TmpAttr << AttrRange << SR;
1345 AssumeAlignedAttr(AttrRange, Context, E, OE, SpellingListIndex));
3028 void Sema::AddAlignValueAttr(SourceRange AttrRange, Decl *D, Expr *E,
3030 AlignValueAttr TmpAttr(AttrRange, Context, E, SpellingListIndex);
3031 SourceLocation AttrLoc = AttrRange.getBegin();
3064 AlignValueAttr(AttrRange, Context, ICE.get(),
3112 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, Expr *E,
3114 AlignedAttr TmpAttr(AttrRange, Context, true, E, SpellingListIndex);
3115 SourceLocation AttrLoc = AttrRange.getBegin();
3209 AlignedAttr *AA = ::new (Context) AlignedAttr(AttrRange, Context, true,
3215 void Sema::AddAlignedAttr(SourceRange AttrRange, Decl *D, TypeSourceInfo *TS,
3219 AlignedAttr *AA = ::new (Context) AlignedAttr(AttrRange, Context, false, TS,
3858 void Sema::AddLaunchBoundsAttr(SourceRange AttrRange, Decl *D, Expr *MaxThreads,
3860 CUDALaunchBoundsAttr TmpAttr(AttrRange, Context, MaxThreads, MinBlocks,
3870 AttrRange, Context, MaxThreads, MinBlocks, SpellingListIndex));