Lines Matching defs:classDecl
1727 ObjCInterfaceDecl *classDecl =
1729 std::string className = classDecl->getNameAsString();
1780 metaclassFields.add(GeneratePropertyList(OID, classDecl, /*isClassProperty*/true));
1833 if (classDecl->all_declared_ivar_begin() == nullptr)
1837 for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD;
1856 for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD;
1871 std::string OffsetName = GetIVarOffsetVariableName(classDecl, IVD);
1882 classDecl->getVisibility() == HiddenVisibility) ?
1944 auto RuntimeProtocols = GetRuntimeProtocolList(classDecl->protocol_begin(),
1945 classDecl->protocol_end());
1959 classFields.add(GeneratePropertyList(OID, classDecl));