Home | History | Annotate | Download | only in AST

Lines Matching refs:Impl

1611     if (ObjCCategoryImplDecl *Impl = Cat->getImplementation())
1612 if (ObjCMethodDecl *MD = Impl->getInstanceMethod(Sel))
1621 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation())
1622 if (ObjCMethodDecl *MD = Impl->getClassMethod(Sel))