mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user