Home
last modified time | relevance | path

Searched refs:node_get_line (Results 1 – 3 of 3) sorted by relevance

/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/js-parser/
H A DGrammar.y78 node_get_line (JSNode *self) in node_get_line() function
848 …| VAR VariableDeclarationList error { PRINT_LINE; $$ = $2; AUTO_SEMICOLON (node_get_line ($2));…
910 … { PRINT_LINE; $$ = $2; AUTO_SEMICOLON (node_get_line ($2));; }
954 …| ExprNoBF error { PRINT_LINE; $$ = $1; AUTO_SEMICOLON (node_get_line ($1));…
966 …| DO Statement WHILE '(' Expr ')' error { PRINT_LINE; $$ = NULL; AUTO_SEMICOLON (node_get_line (…
994 | CONTINUE IDENT error { PRINT_LINE; AUTO_SEMICOLON (node_get_line ($2)); }
1001 | BREAK IDENT error { PRINT_LINE; AUTO_SEMICOLON (node_get_line ($2)); }
1016 AUTO_SEMICOLON (node_get_line ($2));
H A Djs-parser-y-tab.c147 node_get_line (JSNode *self) in node_get_line() function
3742 …{ PRINT_LINE; (yyval.node) = (yyvsp[(2) - (3)].node); AUTO_SEMICOLON (node_get_line ((yyvsp[(2) -…
3850 …{ PRINT_LINE; (yyval.node) = (yyvsp[(2) - (3)].node); AUTO_SEMICOLON (node_get_line ((yyvsp[(2) -…
3929 …{ PRINT_LINE; (yyval.node) = (yyvsp[(1) - (2)].node); AUTO_SEMICOLON (node_get_line ((yyvsp[(1) -…
3957 { PRINT_LINE; (yyval.node) = NULL; AUTO_SEMICOLON (node_get_line ((yyvsp[(5) - (7)].node)));;}
4041 { PRINT_LINE; AUTO_SEMICOLON (node_get_line ((yyvsp[(2) - (3)].node))); ;}
4069 { PRINT_LINE; AUTO_SEMICOLON (node_get_line ((yyvsp[(2) - (3)].node))); ;}
4105 AUTO_SEMICOLON (node_get_line ((yyvsp[(2) - (3)].node)));
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-js/
H A Djs-parser-y-tab.c147 node_get_line (JSNode *self) in node_get_line() function
3742 …{ PRINT_LINE; (yyval.node) = (yyvsp[(2) - (3)].node); AUTO_SEMICOLON (node_get_line ((yyvsp[(2) -…
3850 …{ PRINT_LINE; (yyval.node) = (yyvsp[(2) - (3)].node); AUTO_SEMICOLON (node_get_line ((yyvsp[(2) -…
3929 …{ PRINT_LINE; (yyval.node) = (yyvsp[(1) - (2)].node); AUTO_SEMICOLON (node_get_line ((yyvsp[(1) -…
3957 { PRINT_LINE; (yyval.node) = NULL; AUTO_SEMICOLON (node_get_line ((yyvsp[(5) - (7)].node)));;}
4041 { PRINT_LINE; AUTO_SEMICOLON (node_get_line ((yyvsp[(2) - (3)].node))); ;}
4069 { PRINT_LINE; AUTO_SEMICOLON (node_get_line ((yyvsp[(2) - (3)].node))); ;}
4105 AUTO_SEMICOLON (node_get_line ((yyvsp[(2) - (3)].node)));