renamed "hasDeclareKeyword" to "has_declare_keyword"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:46 +02:00
parent 49b71d515c
commit 621e702e99
17 changed files with 35 additions and 29 deletions

View File

@@ -201,7 +201,7 @@ case @stmt.kind of
is_instantiated(unique int decl: @namespacedeclaration ref);
@declarablenode = @declstmt | @namespacedeclaration | @classdeclstmt | @functiondeclstmt | @enumdeclaration | @externalmoduledeclaration | @globalaugmentationdeclaration | @field;
hasDeclareKeyword(unique int stmt: @declarablenode ref);
has_declare_keyword(unique int stmt: @declarablenode ref);
isForAwaitOf(unique int forof: @forofstmt ref);