Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc5124 if (tree lastdecl = lastloc ? lookup_last_decl (decl) : NULL_TREE) in start_decl() local
5125 if (lastdecl != error_mark_node) in start_decl()
5126 *lastloc = DECL_SOURCE_LOCATION (lastdecl); in start_decl()