summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-08-10 18:46:38 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-08-10 18:46:38 +0000
commit9d3405ceab027b9276b8ec7142247376dc3e07ce (patch)
tree69756c19015dad5171470f6bd76098de10c3d2a9 /clang/lib/CodeGen/CodeGenFunction.h
parent17410a4b92847af4a214082633c38791e243751e (diff)
downloadbcm5719-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.h4
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
OpenPOWER on IntegriCloud