[AST/Parser] Convert TypeLoc struct into aligned class

This commit is contained in:
Pavel Yaskevich
2020-04-27 23:06:44 -07:00
parent 99ef865aac
commit 0b4404b51e
9 changed files with 13 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ namespace swift {
class Stmt;
class Decl;
class Pattern;
struct TypeLoc;
class TypeLoc;
class DeclContext;
class SourceLoc;
class SourceRange;