Home | History | Annotate | Download | only in AST

Lines Matching refs:IFaceD

2056 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD,
2058 assert(IFaceD && ImplD && "Passed null params");
2059 ObjCImpls[IFaceD] = ImplD;