Home | History | Annotate | Download | only in libclang

Lines Matching refs:IPD

468     if (const ImplicitParamDecl *IPD =
471 dyn_cast<ObjCMethodDecl>(IPD->getDeclContext())) {
472 if (MD->getSelfDecl() == IPD) {