Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAttr

2149     S.Diag(newDecl->getAttr<CarriesDependencyAttr>()->getLocation(),
2528 Diag(New->getAttr<CXX11NoReturnAttr>()->getLocation(),
2540 Diag(New->getAttr<CarriesDependencyAttr>()->getLocation(),
2864 if (New->getAttr<WeakImportAttr>() &&
2866 !Old->getAttr<WeakImportAttr>()) {
4621 if (WeakAttr *Attr = ND.getAttr<WeakAttr>()) {
4627 if (WeakRefAttr *Attr = ND.getAttr<WeakRefAttr>()) {
8625 DLLImportAttr *DA = FD->getAttr<DLLImportAttr>();
8626 if (DA && (!FD->getAttr<DLLExportAttr>())) {
8995 if (!FD->getAttr<FormatAttr>()) {
9008 if (!FD->getAttr<FormatAttr>())
9019 if (!FD->getAttr<ConstAttr>())
9024 !FD->getAttr<ReturnsTwiceAttr>())
9026 if (Context.BuiltinInfo.isNoThrow(BuiltinID) && !FD->getAttr<NoThrowAttr>())
9028 if (Context.BuiltinInfo.isConst(BuiltinID) && !FD->getAttr<ConstAttr>())
9048 if (!FD->getAttr<FormatAttr>())
9057 if (!FD->getAttr<FormatArgAttr>())
11599 bool Packed = Enum->getAttr<PackedAttr>() ? true : false;