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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp525 ObjCInterfaceDecl *SuperClassDecl = local
529 if (SuperClassDecl)
530 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
532 if (PrevDecl && SuperClassDecl == 0) {
540 SuperClassDecl = dyn_cast<ObjCInterfaceDecl>(IDecl);
555 if (!SuperClassDecl) {
562 if (!SuperClassDecl)
566 Context.getObjCInterfaceType(SuperClassDecl),
568 SuperClassDecl->getDeclName(),
571 SuperClassDecl
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2166 const ObjCInterfaceDecl * SuperClassDecl = local
2169 if (SuperClassDecl) {
2170 SuperClassName = SuperClassDecl->getNameAsString();
2203 int superInstanceSize = !SuperClassDecl ? 0 :
2204 Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();

Completed in 124 milliseconds