Home
last modified time | relevance | path

Searched defs:DocComment (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c77 struct DocComment struct
89 DocComment() : in DocComment() argument
1529 void Section::write(Loc loc, DocComment *, Scope *sc, Dsymbols *a, OutBuffer *buf) in write() argument
1580 void ParamSection::write(Loc loc, DocComment *, Scope *sc, Dsymbols *a, OutBuffer *buf) in write() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d1538 struct DocComment struct
1548 static DocComment* parse(Dsymbol s, const(char)* comment) in parse() argument
1578 extern(D) static void parseMacros( in parseMacros()
1686 static void parseEscapes(Escape* escapetable, const(char)[] text) in parseEscapes()
1735 void parseSections(const(char)* comment) in parseSections()
1873 //printf("DocComment::writeSections()\n"); in writeSections() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp522 if (RawComment *const DocComment = in attachCommentsToJustParsedDecls() local