Searched refs:IPD (Results 1 – 3 of 3) sorted by relevance
440 ImplicitParamDecl* IPD = cast<ImplicitParamDecl>(I); in PrintDeclContext() local441 Out << "<implicit parameter> " << *IPD << '\n'; in PrintDeclContext()
456 if (ImplicitParamDecl *IPD = dyn_cast<ImplicitParamDecl>(DRE->getDecl())) in isSelf() local457 if (IPD->getIdentifier() == SelfII) in isSelf()
454 if (const ImplicitParamDecl *IPD = in MakeCXCursor() local457 dyn_cast<ObjCMethodDecl>(IPD->getDeclContext())) { in MakeCXCursor()458 if (MD->getSelfDecl() == IPD) { in MakeCXCursor()