Searched refs:hasMRCWeakIvars (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp916 /// \param hasMRCWeakIvars - Whether we are compiling in MRC and there
924 bool hasMRCWeakIvars);
935 bool hasMRCWeakIvars) {
936 return BuildIvarLayout(OI, beginOffset, endOffset, false, hasMRCWeakIvars);
1082 bool hasMRCWeakIvars);
3167 static bool hasMRCWeakIvars(CodeGenModule &CGM, function
3220 else if ((hasMRCWeak = hasMRCWeakIvars(CGM, ID)))
3416 CharUnits InstanceSize, bool hasMRCWeakIvars) {
3423 hasMRCWeakIvars);
5764 else if ((hasMRCWeak = hasMRCWeakIvars(CG
932 BuildWeakIvarLayout(const ObjCImplementationDecl *OI, CharUnits beginOffset, CharUnits endOffset, bool hasMRCWeakIvars) argument
3415 EmitClassExtension(const ObjCImplementationDecl *ID, CharUnits InstanceSize, bool hasMRCWeakIvars) argument
[all...]

Completed in 85 milliseconds