Lines Matching defs:ClassInterface
2121 ClassInterface(IDecl), CategoryNameLoc(CategoryNameLoc),
2182 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc,
2184 if (ClassInterface && ClassInterface->hasDefinition())
2185 ClassInterface = ClassInterface->getDefinition();
2186 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
2224 ClassInterface = IFace;
2283 ObjCInterfaceDecl *ClassInterface,
2290 if (ClassInterface && ClassInterface->hasDefinition())
2291 ClassInterface = ClassInterface->getDefinition();
2292 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl,