Home | History | Annotate | Download | only in libclang

Lines Matching refs:Impl

5736     if (ObjCCategoryImplDecl *Impl
5738 return MakeCXCursor(Impl, TU);
5756 } else if (ObjCImplementationDecl *Impl = IFace->getImplementation())
5757 return MakeCXCursor(Impl, TU);