Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAttr

2196   if (UsedAttr *OldAttr = Old->getMostRecentDecl()->getAttr<UsedAttr>()) {
2259 const CarriesDependencyAttr *CDA = newDecl->getAttr<CarriesDependencyAttr>();
2701 const CXX11NoReturnAttr *NRA = New->getAttr<CXX11NoReturnAttr>();
2712 const CarriesDependencyAttr *CDA = New->getAttr<CarriesDependencyAttr>();
4975 if (WeakAttr *Attr = ND.getAttr<WeakAttr>()) {
4981 if (WeakRefAttr *Attr = ND.getAttr<WeakRefAttr>()) {
4990 if (SelectAnyAttr *Attr = ND.getAttr<SelectAnyAttr>()) {
4998 if (const DLLImportAttr *Attr = ND.getAttr<DLLImportAttr>()) {
5005 if (const DLLExportAttr *Attr = ND.getAttr<DLLExportAttr>()) {
5025 const DLLImportAttr *OldImportAttr = OldDecl->getAttr<DLLImportAttr>();
5026 const DLLExportAttr *OldExportAttr = OldDecl->getAttr<DLLExportAttr>();
5027 const DLLImportAttr *NewImportAttr = NewDecl->getAttr<DLLImportAttr>();
5028 const DLLExportAttr *NewExportAttr = NewDecl->getAttr<DLLExportAttr>();
5569 NewVD->getAttr<DLLImportAttr>()->isInherited() ||
9125 if (const SectionAttr *SA = var->getAttr<SectionAttr>())
9233 if (const DLLImportAttr *IA = VD->getAttr<DLLImportAttr>()) {
9254 if (UsedAttr *Attr = VD->getAttr<UsedAttr>()) {
12517 if (const MSInheritanceAttr *IA = Record->getAttr<MSInheritanceAttr>())