diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-10 18:46:38 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-08-10 18:46:38 +0000 |
commit | 9d3405ceab027b9276b8ec7142247376dc3e07ce (patch) | |
tree | 69756c19015dad5171470f6bd76098de10c3d2a9 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 17410a4b92847af4a214082633c38791e243751e (diff) | |
download | bcm5719-llvm-9d3405ceab027b9276b8ec7142247376dc3e07ce.tar.gz bcm5719-llvm-9d3405ceab027b9276b8ec7142247376dc3e07ce.zip |
minor refactoring. No change otherwise.
llvm-svn: 78582
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 5b6826f57fb..d3571e593b9 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -373,6 +373,10 @@ public: const FunctionDecl *FD, llvm::Function *Fn, const FunctionArgList &Args); + void SynthesizeDefaultConstructor(const CXXConstructorDecl *CD, + const FunctionDecl *FD, + llvm::Function *Fn, + const FunctionArgList &Args); /// EmitDtorEpilogue - Emit all code that comes at the end of class's /// destructor. This is to call destructors on members and base classes |