Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinitsem.d158 const initLoc = i.value[j].loc; in initializerSemantic() local
160 …error(initLoc, "`%s` is not a member of `%s`, did you mean %s `%s`?", id.toChars(), sd.toChars(), … in initializerSemantic()
162 … error(initLoc, "`%s` is not a member of `%s`", id.toChars(), sd.toChars()); in initializerSemantic()