Searched refs:hasMRCWeakIvars (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 972 bool hasMRCWeakIvars); 983 bool hasMRCWeakIvars) { in BuildWeakIvarLayout() argument 984 return BuildIvarLayout(OI, beginOffset, endOffset, false, hasMRCWeakIvars); in BuildWeakIvarLayout() 1239 bool hasMRCWeakIvars, 3471 static bool hasMRCWeakIvars(CodeGenModule &CGM, in hasMRCWeakIvars() function 3526 else if ((hasMRCWeak = hasMRCWeakIvars(CGM, ID))) in GenerateClass() 3716 CharUnits InstanceSize, bool hasMRCWeakIvars, in EmitClassExtension() argument 3724 hasMRCWeakIvars); in EmitClassExtension() 6311 else if ((hasMRCWeak = hasMRCWeakIvars(CGM, ID))) in BuildClassRoTInitializer()
|