Home
last modified time | relevance | path

Searched refs:getInstanceMethod (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1072 if (IDecl->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()
1082 if (Category->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()
1095 if (IMD->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()
1099 if (CIMD->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()
1105 if (ImpDecl->getInstanceMethod(PDecl->getSetterName())) in isPropertyReadonly()
1270 if (IMPDecl->getInstanceMethod(Prop->getGetterName())) { in DefaultSynthesizeProperties()
1273 if (IMPDecl->getInstanceMethod(Prop->getSetterName())) in DefaultSynthesizeProperties()
1356 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()
1357 SetterMethod = IMPDecl->getInstanceMethod(Property->getSetterName()); in AtomicPropertySetterGetterRules()
1382 GetterMethod = IMPDecl->getInstanceMethod(Property->getGetterName()); in AtomicPropertySetterGetterRules()
[all …]
DSemaDeclObjC.cpp1477 IMPDecl->getInstanceMethod((*I)->getSelector()); in MatchAllMethodDeclarations()
1479 CDecl->getInstanceMethod((*I)->getSelector()); in MatchAllMethodDeclarations()
2139 CExtDecl->getInstanceMethod(Property->getGetterName())) in ActOnAtEnd()
2143 CExtDecl->getInstanceMethod(Property->getSetterName())) in ActOnAtEnd()
2401 PrevMethod = ImpDecl->getInstanceMethod(Sel); in ActOnMethodDeclaration()
2416 PrevMethod = CatImpDecl->getInstanceMethod(Sel); in ActOnMethodDeclaration()
DSemaExprMember.cpp373 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel)) in FindGetterSetterNameDeclFromProtocolList()
399 if (ObjCMethodDecl *OMD = (*I)->getInstanceMethod(Sel)) { in FindGetterSetterNameDecl()
DSemaExprObjC.cpp499 Method = ImpDecl->getInstanceMethod(Sel); in LookupPrivateInstanceMethod()
/external/clang/lib/AST/
DDeclObjC.cpp319 Method = Instance ? ImpDecl->getInstanceMethod(Sel) in lookupPrivateMethod()
668 if (ObjCMethodDecl *MD = Impl->getInstanceMethod(Sel)) in getCategoryInstanceMethod()
/external/clang/include/clang/AST/
DDeclObjC.h396 ObjCMethodDecl *getInstanceMethod(Selector Sel) const { in getInstanceMethod() function
525 return isInstance ? getInstanceMethod(Sel) in getCategoryMethod()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1992 if (!D->getInstanceMethod(PD->getGetterName())) in EmitObjCPropertyImplementations()
1996 !D->getInstanceMethod(PD->getSetterName())) in EmitObjCPropertyImplementations()