return getObjCGCAttr() == Strong;
}
- /// getNoReturnAttr() - Return the noreturn attribute of this type.
+ /// getNoReturnAttr - Returns true if the type has the noreturn attribute,
+ /// false otherwise.
bool getNoReturnAttr() const;
};
return GCNone;
}
-/// getNoReturnAttr - Return the noreturn attribute of this type.
+ /// getNoReturnAttr - Returns true if the type has the noreturn attribute,
+ /// false otherwise.
inline bool QualType::getNoReturnAttr() const {
QualType CT = getTypePtr()->getCanonicalTypeInternal();
if (const PointerType *PT = getTypePtr()->getAsPointerType()) {