Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ClassDecl

513   virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
2132 ObjCInterfaceDecl *ClassDecl =
2134 std::string ClassName = ClassDecl->getNameAsString();
2152 ObjCInterfaceDecl *ClassDecl =
2154 std::string ClassName = ClassDecl->getNameAsString();
2188 for (const ObjCIvarDecl *IVD = ClassDecl->all_declared_ivar_begin(); IVD;
2272 I = ClassDecl->protocol_begin(),
2273 E = ClassDecl->protocol_end(); I != E; ++I)
2310 for (const ObjCIvarDecl *IVD = ClassDecl->all_declared_ivar_begin(); IVD;