diff options
author | John McCall <rjmccall@apple.com> | 2011-09-12 23:06:44 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-09-12 23:06:44 +0000 |
commit | b923ece770dd22183751155edc015ba98b1f4573 (patch) | |
tree | c265dc1da5602dfe8051c523e8f198938d8d6e39 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | bf6e1e2717d8c367fb26554e85c1db9f2a227513 (diff) | |
download | bcm5719-llvm-b923ece770dd22183751155edc015ba98b1f4573.tar.gz bcm5719-llvm-b923ece770dd22183751155edc015ba98b1f4573.zip |
Privatize the setter/getter call generation methods, plus some minor
modernization. No functionality change.
llvm-svn: 139555
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 2011202dfe0..900e0e3f6ca 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1202,9 +1202,6 @@ public: /// GenerateObjCGetter - Synthesize an Objective-C property getter function. void GenerateObjCGetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID); - void GenerateObjCGetterBody(ObjCIvarDecl *Ivar, bool IsAtomic, bool IsStrong); - void GenerateObjCAtomicSetterBody(ObjCMethodDecl *OMD, - ObjCIvarDecl *Ivar); void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, ObjCMethodDecl *MD, bool ctor); |