Lines Matching defs:classDecl
1719 ObjCInterfaceDecl *classDecl =
1721 std::string className = classDecl->getNameAsString();
1772 metaclassFields.add(GeneratePropertyList(OID, classDecl, /*isClassProperty*/true));
1825 if (classDecl->all_declared_ivar_begin() == nullptr)
1829 for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD;
1848 for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD;
1863 std::string OffsetName = GetIVarOffsetVariableName(classDecl, IVD);
1874 classDecl->getVisibility() == HiddenVisibility) ?
1936 auto RuntimeProtocols = GetRuntimeProtocolList(classDecl->protocol_begin(),
1937 classDecl->protocol_end());
1951 classFields.add(GeneratePropertyList(OID, classDecl));