Home | History | Annotate | Download | only in AST

Lines Matching refs:ImplD

1893                            ObjCImplementationDecl *ImplD) {
1894 assert(IFaceD && ImplD && "Passed null params");
1895 ObjCImpls[IFaceD] = ImplD;
1899 ObjCCategoryImplDecl *ImplD) {
1900 assert(CatD && ImplD && "Passed null params");
1901 ObjCImpls[CatD] = ImplD;