clang API Documentation
#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 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().