aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r--lib/Sema/Sema.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h
index 1cff55ea24..2a49e715c0 100644
--- a/lib/Sema/Sema.h
+++ b/lib/Sema/Sema.h
@@ -773,7 +773,8 @@ public:
//===--------------------------------------------------------------------===//
// C++ Classes
//
-
+ virtual bool isCurrentClassName(const IdentifierInfo &II, Scope *S);
+
virtual void ActOnStartCXXClassDef(Scope *S, DeclTy *TagDecl,
SourceLocation LBrace);
@@ -788,6 +789,8 @@ public:
virtual void ActOnFinishCXXClassDef(DeclTy *TagDecl);
+ virtual DeclTy *ActOnConstructorDeclarator(CXXConstructorDecl *ConDecl);
+
//===--------------------------------------------------------------------===//
// C++ Derived Classes
//