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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h26 struct DocComment;
122 DocComment *lastdc; // documentation comment for last symbol at this scope
H A Ddoc.c60 virtual void write(Loc loc, DocComment *dc, Scope *sc, Dsymbols *a, OutBuffer *buf);
66 void write(Loc loc, DocComment *dc, Scope *sc, Dsymbols *a, OutBuffer *buf);
72 void write(Loc loc, DocComment *dc, Scope *sc, Dsymbols *a, OutBuffer *buf);
77 struct DocComment struct
89 DocComment() : function in struct:DocComment
93 static DocComment *parse(Dsymbol *s, const utf8_t *comment);
368 DocComment::parseMacros(&m->escapetable, &m->macrotable, (utf8_t *)mbuf.data, mbuf.offset);
372 DocComment *dc = DocComment::parse(m, m->comment);
773 if (DocComment *d
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h24 struct DocComment;
125 DocComment *lastdc; // documentation comment for last symbol at this scope
H A Ddoc.d107 void write(Loc loc, DocComment* dc, Scope* sc, Dsymbols* a, OutBuffer* buf)
162 override void write(Loc loc, DocComment* dc, Scope* sc, Dsymbols* a, OutBuffer* buf)
321 override void write(Loc loc, DocComment* dc, Scope* sc, Dsymbols* a, OutBuffer* buf)
324 DocComment.parseMacros(dc.escapetable, *dc.pmacrotable, body_);
398 DocComment.parseMacros(m.escapetable, m.macrotable, mbuf[]);
400 DocComment* dc = DocComment.parse(m, m.comment);
995 if (DocComment* dc = sc.lastdc)
1045 DocComment* dc = DocComment
[all...]
H A Ddscope.d140 DocComment* lastdc; /// documentation comment for last symbol at this scope
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp522 if (RawComment *const DocComment =
524 cacheRawCommentForDecl(*D, *DocComment);
525 comments::FullComment *FC = DocComment->parse(*this, PP, D);

Completed in 163 milliseconds