HomeSort by: relevance | last modified time | path
    Searched refs:lastdc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
scope.h 125 DocComment *lastdc; // documentation comment for last symbol at this scope member in struct:Scope
dscope.d 140 DocComment* lastdc; /// documentation comment for last symbol at this scope
217 s.lastdc = null;
doc.d 403 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 27 milliseconds