Searched defs:ImpDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1067 void Sema::CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, argument
1070 assert(ImpDecl && "missing implementation decl");
1071 ObjCInterfaceDecl* IDecl = ImpDecl->getClassInterface();
1081 ivars[i]->setLexicalDeclContext(ImpDecl);
1083 ImpDecl->addDecl(ivars[i]);
1094 if (ImpDecl->getSuperClass())
1095 Diag(ImpDecl->getLocation(), diag::warn_on_superclass_use);
1105 ImplIvar->setLexicalDeclContext(ImpDecl);
1107 ImpDecl->addDecl(ImplIvar);
2919 if (ObjCImplDecl *ImpDecl
[all...]

Completed in 45 milliseconds