Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c6233 location_t statement_location; in cp_parser_statement() local
6241 statement_location = token->location; in cp_parser_statement()
6354 SET_EXPR_LOCATION (statement, statement_location); in cp_parser_statement()
H A DChangeLog-20044189 statement_location and use SET_EXPR_LOCATION macro.