|
clang 22.0.0git
|
#include "clang/Analysis/DomainSpecific/ObjCNoReturn.h"
Public Member Functions | |
| ObjCNoReturn (ASTContext &C) | |
| bool | isImplicitNoReturn (const ObjCMessageExpr *ME) |
| Return true if the given message expression is known to never return. | |
Definition at line 24 of file ObjCNoReturn.h.
| ObjCNoReturn::ObjCNoReturn | ( | ASTContext & | C | ) |
Definition at line 29 of file ObjCNoReturn.cpp.
References clang::C, and clang::GetNullarySelector().
| bool ObjCNoReturn::isImplicitNoReturn | ( | const ObjCMessageExpr * | ME | ) |
Return true if the given message expression is known to never return.
Definition at line 49 of file ObjCNoReturn.cpp.
References clang::ObjCMessageExpr::getReceiverInterface(), clang::ObjCMessageExpr::getSelector(), clang::ObjCMessageExpr::isInstanceMessage(), and isSubclass().