|
|
|
@ -160,6 +160,7 @@ Declaration::Declaration(DeclarationKind kind)
@@ -160,6 +160,7 @@ Declaration::Declaration(DeclarationKind kind)
|
|
|
|
|
, Comment(0) |
|
|
|
|
, IsIncomplete(false) |
|
|
|
|
, IsDependent(false) |
|
|
|
|
, IsImplicit(false) |
|
|
|
|
, CompleteDeclaration(0) |
|
|
|
|
, DefinitionOrder(0) |
|
|
|
|
, OriginalPtr(0) |
|
|
|
@ -178,6 +179,7 @@ Declaration::Declaration(const Declaration& rhs)
@@ -178,6 +179,7 @@ Declaration::Declaration(const Declaration& rhs)
|
|
|
|
|
, DebugText(rhs.DebugText) |
|
|
|
|
, IsIncomplete(rhs.IsIncomplete) |
|
|
|
|
, IsDependent(rhs.IsDependent) |
|
|
|
|
, IsImplicit(rhs.IsImplicit) |
|
|
|
|
, CompleteDeclaration(rhs.CompleteDeclaration) |
|
|
|
|
, DefinitionOrder(rhs.DefinitionOrder) |
|
|
|
|
, PreprocessedEntities(rhs.PreprocessedEntities) |
|
|
|
@ -578,7 +580,6 @@ Method::Method()
@@ -578,7 +580,6 @@ Method::Method()
|
|
|
|
|
, IsVirtual(false) |
|
|
|
|
, IsStatic(false) |
|
|
|
|
, IsConst(false) |
|
|
|
|
, IsImplicit(false) |
|
|
|
|
, IsExplicit(false) |
|
|
|
|
, IsOverride(false) |
|
|
|
|
, IsDefaultConstructor(false) |
|
|
|
|