Home
last modified time | relevance | path

Searched refs:getClassMethod (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp320 : ImpDecl->getClassMethod(Sel); in lookupPrivateMethod()
677 if (ObjCMethodDecl *MD = Impl->getClassMethod(Sel)) in getCategoryClassMethod()
/external/clang/lib/Sema/
DSemaExprObjC.cpp471 Method = ImpDecl->getClassMethod(Sel); in LookupPrivateClassMethod()
776 Getter = ImpDecl->getClassMethod(Sel); in ActOnClassPropertyRefExpr()
797 Setter = ImpDecl->getClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
DSemaDeclObjC.cpp1502 IMPDecl->getClassMethod((*I)->getSelector()); in MatchAllMethodDeclarations()
1504 CDecl->getClassMethod((*I)->getSelector()); in MatchAllMethodDeclarations()
2404 PrevMethod = ImpDecl->getClassMethod(Sel); in ActOnMethodDeclaration()
2419 PrevMethod = CatImpDecl->getClassMethod(Sel); in ActOnMethodDeclaration()
/external/clang/include/clang/AST/
DDeclObjC.h399 ObjCMethodDecl *getClassMethod(Selector Sel) const { in getClassMethod() function
526 : getClassMethod(Sel); in getCategoryMethod()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4885 return OD->getClassMethod(GetNullarySelector("load")) != 0; in ImplementationIsNonLazy()