|
|
|
@ -148,7 +148,7 @@ |
|
|
|
if (templateTemplateParameter != null) |
|
|
|
if (templateTemplateParameter != null) |
|
|
|
return (decl = templateTemplateParameter.TemplatedDecl as T) != null; |
|
|
|
return (decl = templateTemplateParameter.TemplatedDecl as T) != null; |
|
|
|
} |
|
|
|
} |
|
|
|
tagType = (TagType) (type.Desugared.Type.GetFinalPointee() ?? type.Desugared.Type); |
|
|
|
tagType = (type.Desugared.Type.GetFinalPointee() ?? type.Desugared.Type) as TagType; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
else |
|
|
|
{ |
|
|
|
{ |
|
|
|
|