|
clang
5.0.0
|
#include "clang/AST/ASTContext.h"#include "clang/AST/ExprObjC.h"#include "clang/Analysis/DomainSpecific/ObjCNoReturn.h"Go to the source code of this file.
Functions | |
| static bool | isSubclass (const ObjCInterfaceDecl *Class, IdentifierInfo *II) |
|
static |
Definition at line 21 of file ObjCNoReturn.cpp.
References clang::NamedDecl::getIdentifier(), and clang::ObjCInterfaceDecl::getSuperClass().
Referenced by clang::ObjCNoReturn::isImplicitNoReturn().
1.8.6