Searched refs:lastdecl (Results 1 – 1 of 1) sorted by relevance
5124 if (tree lastdecl = lastloc ? lookup_last_decl (decl) : NULL_TREE) in start_decl() local5125 if (lastdecl != error_mark_node) in start_decl()5126 *lastloc = DECL_SOURCE_LOCATION (lastdecl); in start_decl()