Searched refs:lastdc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h122 DocComment *lastdc; // documentation comment for last symbol at this scope member in struct:Scope
H A Ddoc.c375 sc->lastdc = dc;
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment))))
766 if (s && sc->lastdc && isDitto(com))
768 sc->lastdc->a.push(s);
773 if (DocComment *dc = sc->lastdc)
814 sc->lastdc = dc;
950 scx->lastdc = sc->lastdc;
H A Ddscope.c98 this->lastdc = NULL;
161 s->lastdc = NULL;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h125 DocComment *lastdc; // documentation comment for last symbol at this scope member in struct:Scope
H A Ddscope.d140 DocComment* lastdc; /// documentation comment for last symbol at this scope
217 s.lastdc = null;
H A Ddoc.d403 sc.lastdc = dc;
737 if (sc.prevAnchor == ident && sc.lastdc && (isDitto(s.comment) || (td && isDitto(td.comment))))
989 if (s && sc.lastdc && isDitto(com))
991 sc.lastdc.a.push(s);
995 if (DocComment* dc = sc.lastdc)
1047 sc.lastdc = dc;
1192 scx.lastdc = sc.lastdc;

Completed in 300 milliseconds