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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp498 ObjCInterfaceDecl *SuperClassDecl = local
503 if (SuperClassDecl) {
504 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
505 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl);
508 if (PrevDecl && !SuperClassDecl) {
516 SuperClassDecl = dyn_cast<ObjCInterfaceDecl>(IDecl);
533 if (!SuperClassDecl) {
540 if (!SuperClassDecl)
546 SuperClassDecl->getDeclName(),
549 SuperClassDecl
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2160 const ObjCInterfaceDecl * SuperClassDecl = local
2163 if (SuperClassDecl) {
2164 SuperClassName = SuperClassDecl->getNameAsString();
2197 int superInstanceSize = !SuperClassDecl ? 0 :
2198 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();

Completed in 179 milliseconds