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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
CodeViewRecordIO.cpp 103 emitComment(Comment);
131 emitComment(Comment + ": " + TypeNameStr);
133 emitComment(Comment);
207 emitComment(Comment);
228 emitComment(Comment);
253 emitComment(Comment);
278 emitComment(Comment);
283 emitComment(Comment);
288 emitComment(Comment);
293 emitComment(Comment)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 102 emitComment(Comment);
148 emitComment(Comment);
182 emitComment(Comment);
236 void emitComment(const Twine &Comment) {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
doc.d 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)
    [all...]

Completed in 37 milliseconds