Home | History | Annotate | Download | only in AST

Lines Matching refs:ImplD

1185                            ObjCImplementationDecl *ImplD) {
1186 assert(IFaceD && ImplD && "Passed null params");
1187 ObjCImpls[IFaceD] = ImplD;
1191 ObjCCategoryImplDecl *ImplD) {
1192 assert(CatD && ImplD && "Passed null params");
1193 ObjCImpls[CatD] = ImplD;