Home | History | Annotate | Download | only in AST

Lines Matching refs:ClassInterface

1662                              ObjCInterfaceDecl *ClassInterface,
1666 if (ClassInterface && ClassInterface->hasDefinition())
1667 ClassInterface = ClassInterface->getDefinition();
1668 return new (C, DC) ObjCCategoryImplDecl(DC, Id, ClassInterface, nameLoc,
1709 ClassInterface = IFace;
1751 ObjCInterfaceDecl *ClassInterface,
1758 if (ClassInterface && ClassInterface->hasDefinition())
1759 ClassInterface = ClassInterface->getDefinition();
1760 return new (C, DC) ObjCImplementationDecl(DC, ClassInterface, SuperDecl,