Searched refs:classDecl (Results 1 – 5 of 5) sorted by relevance
1721 ObjCInterfaceDecl *classDecl = in GenerateClass() local1723 std::string className = classDecl->getNameAsString(); in GenerateClass()1774 metaclassFields.add(GeneratePropertyList(OID, classDecl, /*isClassProperty*/true)); in GenerateClass()1827 if (classDecl->all_declared_ivar_begin() == nullptr) in GenerateClass()1831 for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD; in GenerateClass()1850 for (const ObjCIvarDecl *IVD = classDecl->all_declared_ivar_begin(); IVD; in GenerateClass()1865 std::string OffsetName = GetIVarOffsetVariableName(classDecl, IVD); in GenerateClass()1876 classDecl->getVisibility() == HiddenVisibility) ? in GenerateClass()1938 auto RuntimeProtocols = GetRuntimeProtocolList(classDecl->protocol_begin(), in GenerateClass()1939 classDecl->protocol_end()); in GenerateClass()[all …]
4415 if (const ObjCInterfaceDecl *classDecl = dyn_cast<ObjCInterfaceDecl>(dc)) { in isObjCMethodWithTypeParams() local4416 return classDecl->getTypeParamListAsWritten(); in isObjCMethodWithTypeParams()
5327 const CXXRecordDecl *classDecl = ty->getAsCXXRecordDecl(); in getDestructorDecl() local5328 assert(classDecl); in getDestructorDecl()5329 return classDecl->getDestructor(); in getDestructorDecl()5335 const CXXRecordDecl *classDecl = in getDestructorDecl() local5337 return classDecl->getDestructor(); in getDestructorDecl()5353 const CXXRecordDecl *classDecl = ty->getAsCXXRecordDecl(); in getDestructorDecl() local5354 assert(classDecl); in getDestructorDecl()5355 return classDecl->getDestructor(); in getDestructorDecl()
1670 ObjCInterfaceDecl *classDecl = getInterface(); in computeSuperClassTypeSlow() local1671 if (!classDecl) { in computeSuperClassTypeSlow()1677 const ObjCObjectType *superClassObjTy = classDecl->getSuperClassType(); in computeSuperClassTypeSlow()1707 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()1718 = classDecl->getASTContext().getObjCInterfaceType( in computeSuperClassTypeSlow()1730 superClassType.substObjCTypeArgs(classDecl->getASTContext(), typeArgs, in computeSuperClassTypeSlow()
2174 if (auto classDecl = CurMethod->getClassInterface()) { in ActOnClassPropertyRefExpr() local2175 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr()