Searched refs:hasMRCWeakIvars (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 927 bool hasMRCWeakIvars); 938 bool hasMRCWeakIvars) { in BuildWeakIvarLayout() argument 939 return BuildIvarLayout(OI, beginOffset, endOffset, false, hasMRCWeakIvars); in BuildWeakIvarLayout() 1093 bool hasMRCWeakIvars, 3222 static bool hasMRCWeakIvars(CodeGenModule &CGM, in hasMRCWeakIvars() function 3275 else if ((hasMRCWeak = hasMRCWeakIvars(CGM, ID))) in GenerateClass() 3473 CharUnits InstanceSize, bool hasMRCWeakIvars, in EmitClassExtension() argument 3485 hasMRCWeakIvars); in EmitClassExtension() 5842 else if ((hasMRCWeak = hasMRCWeakIvars(CGM, ID))) in BuildClassRoTInitializer()
|