Lines Matching defs:ClassDecl

317     void RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, 
847 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface();
854 WriteInternalIvarName(ClassDecl, D, IvarOffsetName);
912 ReferencedIvars[const_cast<ObjCInterfaceDecl *>(ClassDecl)].insert(D);
971 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
1069 void RewriteModernObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl,
1071 SourceLocation startLoc = ClassDecl->getLocStart();
1400 void RewriteModernObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) {
1402 if (ObjCSynthesizedStructs.count(ClassDecl))
1405 ObjCInterfaceDecl *SuperClass = ClassDecl->getSuperClass();
1411 if (!ObjCWrittenInterfaces.count(ClassDecl->getCanonicalDecl())) {
1413 RewriteOneForwardClassDecl(ClassDecl, ResultStr);
1414 RewriteIvarOffsetSymbols(ClassDecl, ResultStr);
1416 RewriteObjCInternalStruct(ClassDecl, ResultStr);
1418 ObjCWrittenInterfaces.insert(ClassDecl->getCanonicalDecl());
1420 for (auto *I : ClassDecl->properties())
1422 for (auto *I : ClassDecl->instance_methods())
1424 for (auto *I : ClassDecl->class_methods())
1428 ReplaceText(ClassDecl->getAtEndRange().getBegin(), strlen("@end"),
3281 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface();
3298 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName()));
3385 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface();
3399 ClsExprs.push_back(getStringLiteral(ClassDecl->getIdentifier()->getName()));
6728 ObjCInterfaceDecl *ClassDecl,
6734 StringRef ClassName = ClassDecl->getName();
6739 if (ClassDecl->getImplementation())
6795 Result += ClassDecl->getNameAsString();
6800 Result += ClassDecl->getNameAsString();
7425 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface();
7428 = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier());
7430 std::string FullCategoryName = ClassDecl->getNameAsString();
7487 ClassDecl,
7509 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface();
7511 Result += ClassDecl->getName();