Lines Matching full:getattr
2161 S.Diag(newDecl->getAttr<CarriesDependencyAttr>()->getLocation(),
2577 Diag(New->getAttr<CXX11NoReturnAttr>()->getLocation(),
2589 Diag(New->getAttr<CarriesDependencyAttr>()->getLocation(),
2928 if (New->getAttr<WeakImportAttr>() &&
2930 !Old->getAttr<WeakImportAttr>()) {
4672 if (WeakAttr *Attr = ND.getAttr<WeakAttr>()) {
4678 if (WeakRefAttr *Attr = ND.getAttr<WeakRefAttr>()) {
4687 if (SelectAnyAttr *Attr = ND.getAttr<SelectAnyAttr>()) {
9333 DLLImportAttr *DA = FD->getAttr<DLLImportAttr>();
9334 if (DA && (!FD->getAttr<DLLExportAttr>())) {
9721 if (!FD->getAttr<FormatAttr>()) {
9734 if (!FD->getAttr<FormatAttr>())
9745 if (!FD->getAttr<ConstAttr>())
9750 !FD->getAttr<ReturnsTwiceAttr>())
9752 if (Context.BuiltinInfo.isNoThrow(BuiltinID) && !FD->getAttr<NoThrowAttr>())
9754 if (Context.BuiltinInfo.isConst(BuiltinID) && !FD->getAttr<ConstAttr>())
9774 if (!FD->getAttr<FormatAttr>())
9783 if (!FD->getAttr<FormatArgAttr>())
12418 bool Packed = Enum->getAttr<PackedAttr>() ? true : false;