mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
QL: regen TreeSitter.qll
This commit is contained in:
@@ -1866,12 +1866,6 @@ module JSON {
|
||||
/** Gets the location of this element. */
|
||||
final L::Location getLocation() { json_ast_node_info(this, _, _, result) }
|
||||
|
||||
predicate hasLocationInfo(
|
||||
string filepath, int startline, int startcolumn, int endline, int endcolumn
|
||||
) {
|
||||
this.getLocation().hasLocationInfo(filepath, startline, startcolumn, endline, endcolumn)
|
||||
}
|
||||
|
||||
/** Gets the parent of this element. */
|
||||
final AstNode getParent() { json_ast_node_info(this, result, _, _) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user