Lines Matching defs:ClassInterface
2123 ClassInterface(IDecl), CategoryNameLoc(CategoryNameLoc),
2184 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc,
2186 if (ClassInterface && ClassInterface->hasDefinition())
2187 ClassInterface = ClassInterface->getDefinition();
2188 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
2226 ClassInterface = IFace;
2285 ObjCInterfaceDecl *ClassInterface,
2292 if (ClassInterface && ClassInterface->hasDefinition())
2293 ClassInterface = ClassInterface->getDefinition();
2294 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl,