Lines Matching refs:ValaCodeNode

44 static void vala_throw_statement_real_accept (ValaCodeNode* base,
46 static void vala_throw_statement_real_accept_children (ValaCodeNode* base,
48 static void vala_throw_statement_real_replace_expression (ValaCodeNode* base,
51 static void vala_throw_statement_real_get_error_types (ValaCodeNode* base,
54 static gboolean vala_throw_statement_real_check (ValaCodeNode* base,
56 static void vala_throw_statement_real_emit (ValaCodeNode* base,
58 static void vala_throw_statement_real_get_defined_variables (ValaCodeNode* base,
60 static void vala_throw_statement_real_get_used_variables (ValaCodeNode* base,
62 static void vala_throw_statement_finalize (ValaCodeNode * obj);
102 vala_code_node_set_parent_node ((ValaCodeNode*) _tmp2_, (ValaCodeNode*) self); in vala_throw_statement_set_error_expression()
121 vala_code_node_set_source_reference ((ValaCodeNode*) self, source_reference); in vala_throw_statement_construct()
134 vala_throw_statement_real_accept (ValaCodeNode* base, in vala_throw_statement_real_accept()
144 vala_throw_statement_real_accept_children (ValaCodeNode* base, in vala_throw_statement_real_accept_children()
161 vala_code_node_accept ((ValaCodeNode*) _tmp3_, visitor); in vala_throw_statement_real_accept_children()
169 vala_throw_statement_real_replace_expression (ValaCodeNode* base, in vala_throw_statement_real_replace_expression()
187 vala_throw_statement_real_get_error_types (ValaCodeNode* base, in vala_throw_statement_real_get_error_types()
204 _tmp0_ = vala_code_node_get_error ((ValaCodeNode*) self); in vala_throw_statement_real_get_error_types()
212 _tmp2_ = vala_code_node_get_source_reference ((ValaCodeNode*) self); in vala_throw_statement_real_get_error_types()
223 vala_code_node_set_source_reference ((ValaCodeNode*) _tmp9_, source_reference); in vala_throw_statement_real_get_error_types()
230 vala_throw_statement_real_check (ValaCodeNode* base, in vala_throw_statement_real_check()
255 _tmp0_ = vala_code_node_get_checked ((ValaCodeNode*) self); in vala_throw_statement_real_check()
260 _tmp2_ = vala_code_node_get_error ((ValaCodeNode*) self); in vala_throw_statement_real_check()
265 vala_code_node_set_checked ((ValaCodeNode*) self, TRUE); in vala_throw_statement_real_check()
271 _tmp6_ = vala_code_node_get_source_reference ((ValaCodeNode*) self); in vala_throw_statement_real_check()
274 vala_code_node_set_error ((ValaCodeNode*) self, TRUE); in vala_throw_statement_real_check()
280 _tmp10_ = vala_code_node_get_source_reference ((ValaCodeNode*) self); in vala_throw_statement_real_check()
305 if (!vala_code_node_check ((ValaCodeNode*) _tmp21_, context)) { in vala_throw_statement_real_check()
306 vala_code_node_set_error ((ValaCodeNode*) self, TRUE); in vala_throw_statement_real_check()
321 _tmp28_ = vala_code_node_get_source_reference ((ValaCodeNode*) _tmp27_); in vala_throw_statement_real_check()
324 vala_code_node_set_error ((ValaCodeNode*) self, TRUE); in vala_throw_statement_real_check()
358 _tmp39_ = vala_code_node_get_source_reference ((ValaCodeNode*) _tmp38_); in vala_throw_statement_real_check()
364 _tmp45_ = vala_code_node_to_string ((ValaCodeNode*) _tmp44_); in vala_throw_statement_real_check()
371 vala_code_node_set_error ((ValaCodeNode*) self, TRUE); in vala_throw_statement_real_check()
376 _tmp49_ = vala_code_node_get_error ((ValaCodeNode*) self); in vala_throw_statement_real_check()
383 vala_throw_statement_real_emit (ValaCodeNode* base, in vala_throw_statement_real_emit()
400 vala_code_node_emit ((ValaCodeNode*) _tmp3_, codegen); in vala_throw_statement_real_emit()
409 vala_throw_statement_real_get_defined_variables (ValaCodeNode* base, in vala_throw_statement_real_get_defined_variables()
419 vala_code_node_get_defined_variables ((ValaCodeNode*) _tmp1_, collection); in vala_throw_statement_real_get_defined_variables()
423 vala_throw_statement_real_get_used_variables (ValaCodeNode* base, in vala_throw_statement_real_get_used_variables()
433 vala_code_node_get_used_variables ((ValaCodeNode*) _tmp1_, collection); in vala_throw_statement_real_get_used_variables()
443 …((ValaCodeNodeClass *) klass)->accept = (void (*) (ValaCodeNode*, ValaCodeVisitor*)) vala_throw_st… in vala_throw_statement_class_init()
444 …((ValaCodeNodeClass *) klass)->accept_children = (void (*) (ValaCodeNode*, ValaCodeVisitor*)) vala… in vala_throw_statement_class_init()
445 …((ValaCodeNodeClass *) klass)->replace_expression = (void (*) (ValaCodeNode*, ValaExpression*, Val… in vala_throw_statement_class_init()
446 …((ValaCodeNodeClass *) klass)->get_error_types = (void (*) (ValaCodeNode*, ValaCollection*, ValaSo… in vala_throw_statement_class_init()
447 …((ValaCodeNodeClass *) klass)->check = (gboolean (*) (ValaCodeNode*, ValaCodeContext*)) vala_throw… in vala_throw_statement_class_init()
448 …((ValaCodeNodeClass *) klass)->emit = (void (*) (ValaCodeNode*, ValaCodeGenerator*)) vala_throw_st… in vala_throw_statement_class_init()
449 …((ValaCodeNodeClass *) klass)->get_defined_variables = (void (*) (ValaCodeNode*, ValaCollection*))… in vala_throw_statement_class_init()
450 …((ValaCodeNodeClass *) klass)->get_used_variables = (void (*) (ValaCodeNode*, ValaCollection*)) va… in vala_throw_statement_class_init()
468 vala_throw_statement_finalize (ValaCodeNode * obj) in vala_throw_statement_finalize()