[AST] Add OperatorFixity

Use this instead of DeclKind in a few places.
This commit is contained in:
Hamish Knight
2020-03-22 14:16:52 -07:00
parent e5952ab7fe
commit a502246f34
10 changed files with 60 additions and 22 deletions

View File

@@ -329,7 +329,7 @@ public:
const NominalTypeDecl *parent) const override;
virtual OperatorDecl *lookupOperator(Identifier name,
DeclKind fixity) const override;
OperatorFixity fixity) const override;
virtual PrecedenceGroupDecl *
lookupPrecedenceGroup(Identifier name) const override;