QL: regen TreeSitter.qll

This commit is contained in:
erik-krogh
2023-03-22 10:29:30 +01:00
parent 834511bd78
commit 53d9e4d4eb

View File

@@ -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, _, _) }