Lines Matching defs:location

266 		     Location location);
278 // Get the statement location.
280 location() const
506 // The location in the input file of the start of this statement.
515 Temporary_statement(Type* type, Expression* init, Location location)
516 : Statement(STATEMENT_TEMPORARY, location),
614 Return_statement(Expression_list* vals, Location location)
615 : Statement(STATEMENT_RETURN, location),
695 Location location)
696 : Statement(STATEMENT_SEND, location),
750 Block* statements, Location location)
755 statements, location));
806 Location location)
809 location_(location), is_send_(is_send), is_default_(is_default),
858 // Return the location.
860 location() const
903 // The location of this clause.
923 Select_statement(Location location)
924 : Statement(STATEMENT_SELECT, location),
1052 Go_statement(Call_expression* call, Location location)
1053 : Thunk_statement(STATEMENT_GO, call, location)
1069 Defer_statement(Call_expression* call, Location location)
1070 : Thunk_statement(STATEMENT_DEFER, call, location)
1086 Label_statement(Label* label, Location location)
1087 : Statement(STATEMENT_LABEL, location),
1117 Location location)
1118 : Statement(STATEMENT_FOR, location),
1186 Expression* range, Location location)
1187 : Statement(STATEMENT_FOR_RANGE, location),
1291 bool is_fallthrough, Location location)
1294 is_fallthrough, location));
1357 bool is_fallthrough, Location location)
1359 is_fallthrough_(is_fallthrough), location_(location)
1372 // The location of this clause.
1374 location() const
1422 // The location of this case clause.
1440 Switch_statement(Expression* val, Location location)
1441 : Statement(STATEMENT_SWITCH, location),
1500 Location location)
1503 statements, location));
1544 Block* statements, Location location)
1546 is_default_(is_default), location_(location)
1559 // The location of this type clause.
1561 location() const
1592 // The location of this type case clause.
1611 Location location)
1612 : Statement(STATEMENT_TYPE_SWITCH, location),