Introduce AbstractFunctionDecl -- a base class for ConstructorDecl,

DestructorDecl, FuncDecl -- and move some of the common concepts and logic
into it

No functionality change.


Swift SVN r8090
This commit is contained in:
Dmitri Hrybenko
2013-09-11 04:04:01 +00:00
parent e6bfc39e04
commit 3cc01cf7d6
34 changed files with 599 additions and 511 deletions

View File

@@ -567,6 +567,7 @@ namespace decls_block {
BCFixed<1>, // explicitly objc?
BCFixed<1>, // iboutlet?
BCFixed<1>, // transparent?
BCVBR<5>, // number of parameter patterns
TypeIDField, // type (signature)
DeclIDField, // operator decl
DeclIDField, // overridden function