Searched refs:SuperClassDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1772 const ObjCInterfaceDecl * SuperClassDecl = variable
1775 if (SuperClassDecl) {
1776 auto SuperClassName = SymbolForClass(SuperClassDecl->getNameAsString());
1784 if (SuperClassDecl->hasAttr<DLLImportAttr>())
1786 else if (SuperClassDecl->hasAttr<DLLExportAttr>())
1806 int superInstanceSize = !SuperClassDecl ? 0 :
1807 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();
3400 const ObjCInterfaceDecl * SuperClassDecl = local
3403 if (SuperClassDecl) {
3404 SuperClassName = SuperClassDecl
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp573 ObjCInterfaceDecl *SuperClassDecl = local
578 if (SuperClassDecl) {
579 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
580 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl);
583 if (PrevDecl && !SuperClassDecl) {
591 SuperClassDecl = dyn_cast<ObjCInterfaceDecl>(IDecl);
608 if (!SuperClassDecl) {
615 if (!SuperClassDecl)
621 SuperClassDecl->getDeclName(),
624 SuperClassDecl
[all...]

Completed in 118 milliseconds