Lines Matching refs:emitComment
841 /******************************* emitComment **********************************/
872 emitComment(sm, buf, sc);
904 emitComment(s, buf, sc);
906 emitComment(null, buf, sc);
940 private void emitComment(Dsymbol s, ref OutBuffer buf, Scope* sc)
942 extern (C++) final class EmitComment : Visitor
1062 //printf("Declaration::emitComment(%p '%s'), comment = '%s'\n", d, d.toChars(), d.comment);
1095 //printf("AggregateDeclaration::emitComment() '%s'\n", ad.toChars());
1118 //printf("TemplateDeclaration::emitComment() '%s', kind = %s\n", td.toChars(), td.kind());
1140 emitComment(s, *buf, sc);
1153 //printf("EnumMember::emitComment(%p '%s'), comment = '%s'\n", em, em.toChars(), em.comment);
1163 //printf("AttribDeclaration::emitComment(sc = %p)\n", sc);
1178 //printf("AttribDeclaration::emitComment %s\n", s.toChars());
1179 emitComment(s, *buf, sc);
1199 //printf("ConditionalDeclaration::emitComment(sc = %p)\n", sc);
1212 emitComment(s, *buf, sc);
1217 scope EmitComment v = new EmitComment(buf, sc);