Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c11320 location_t statement_location, attrs_loc; in cp_parser_statement() local
11348 statement_location = token->location; in cp_parser_statement()
11349 add_debug_begin_stmt (statement_location); in cp_parser_statement()
11503 *loc_after_labels = statement_location; in cp_parser_statement()
11517 statement = build_call_expr_internal_loc (statement_location, in cp_parser_statement()
11523 warning_at (statement_location, OPT_Wattributes, in cp_parser_statement()
11531 SET_EXPR_LOCATION (statement, statement_location); in cp_parser_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc12192 location_t statement_location, attrs_loc; in cp_parser_statement() local
12273 statement_location = token->location; in cp_parser_statement()
12274 add_debug_begin_stmt (statement_location); in cp_parser_statement()
12496 *loc_after_labels = statement_location; in cp_parser_statement()
12510 statement = build_call_expr_internal_loc (statement_location, in cp_parser_statement()
12516 warning_at (statement_location, OPT_Wattributes, in cp_parser_statement()
12524 SET_EXPR_LOCATION (statement, statement_location); in cp_parser_statement()
H A DChangeLog-20044189 statement_location and use SET_EXPR_LOCATION macro.