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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1527 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl* IMPDecl, argument
1545 if (IMPDecl->FindPropertyImplDecl(Prop->getIdentifier()))
1547 if (IMPDecl->getInstanceMethod(Prop->getGetterName())) {
1550 if (IMPDecl->getInstanceMethod(Prop->getSetterName()))
1554 IMPDecl->FindPropertyImplIvarDecl(Prop->getIdentifier())) {
1569 Diag(IMPDecl->getLocation(),
1581 !IMPDecl->getInstanceMethod(Prop->getSetterName()) &&
1591 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation);
1607 Diag(IMPDecl->getLocation(), diag::note_while_in_implementation);
1626 ObjCImplDecl* IMPDecl,
1623 DiagnoseUnimplementedAccessor(Sema &S, ObjCInterfaceDecl *PrimaryClass, Selector Method, ObjCImplDecl* IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, ObjCPropertyDecl *Prop, Sema::SelectorSet &SMap) argument
1653 DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl* IMPDecl, ObjCContainerDecl *CDecl, bool SynthesizeProperties) argument
1757 AtomicPropertySetterGetterRules(ObjCImplDecl* IMPDecl, ObjCContainerDecl* IDecl) argument
[all...]
H A DSemaDeclObjC.cpp1099 ObjCImplementationDecl* IMPDecl = local
1103 if (CheckObjCDeclScope(IMPDecl))
1104 return ActOnObjCContainerStartDefinition(IMPDecl);
1112 IMPDecl->setInvalidDecl();
1114 IDecl->setImplementation(IMPDecl);
1115 PushOnScopeChains(IMPDecl, TUScope);
1120 IMPDecl->getLocation(), 1);
1122 return ActOnObjCContainerStartDefinition(IMPDecl);
1809 ObjCImplDecl* IMPDecl,
1822 WarnUndefinedMethod(*this, IMPDecl
1805 MatchAllMethodDeclarations(const SelectorSet &InsMap, const SelectorSet &ClsMap, SelectorSet &InsMapSeen, SelectorSet &ClsMapSeen, ObjCImplDecl* IMPDecl, ObjCContainerDecl* CDecl, bool &IncompleteImpl, bool ImmediateClass, bool WarnCategoryMethodImpl) argument
1947 ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl* IMPDecl, ObjCContainerDecl* CDecl, bool IncompleteImpl) argument
[all...]

Completed in 301 milliseconds