Searched refs:zend_ast_with_attributes (Results 1 – 3 of 3) sorted by relevance
/php-src/Zend/ |
H A D | zend_language_parser.y | 398 | attributes attributed_statement { $$ = zend_ast_with_attributes($2, $1); } 495 | attributes attributed_statement { $$ = zend_ast_with_attributes($2, $1); } 799 attributes parameter { $$ = zend_ast_with_attributes($2, $1); } 967 | attributes attributed_class_statement { $$ = zend_ast_with_attributes($2, $1); } 1104 $$ = zend_ast_list_add($1, zend_ast_with_attributes($3, $2)); 1196 { zend_ast_with_attributes($3->child[0], $2); $$ = $3; } 1328 | attributes inline_function { $$ = zend_ast_with_attributes($2, $1); } 1331 { $$ = zend_ast_with_attributes($3, $1); ((zend_ast_decl *) $$)->flags |= ZEND_ACC_STATIC; }
|
H A D | zend_ast.h | 393 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr);
|
H A D | zend_ast.c | 2685 zend_ast * ZEND_FASTCALL zend_ast_with_attributes(zend_ast *ast, zend_ast *attr) in zend_ast_with_attributes() function
|
Completed in 29 milliseconds