Searched refs:emitComment (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | CodeViewRecordIO.cpp | 103 emitComment(Comment); in mapByteVectorTail() 131 emitComment(Comment + ": " + TypeNameStr); in mapInteger() 133 emitComment(Comment); in mapInteger() 207 emitComment(Comment); in mapStringZ() 228 emitComment(Comment); in mapGuid() 253 emitComment(Comment); in mapStringZVectorZ() 279 emitComment(Comment); in emitEncodedSignedInteger() 284 emitComment(Comment); in emitEncodedSignedInteger() 289 emitComment(Comment); in emitEncodedSignedInteger() 294 emitComment(Comment); in emitEncodedSignedInteger() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 101 emitComment(Comment); 147 emitComment(Comment); 181 emitComment(Comment); 235 void emitComment(const Twine &Comment) { in emitComment() function
|
/third_party/cups-filters/filter/pdftopdf/ |
D | pdftopdf_jcl.h | 10 void emitComment(PDFTOPDF_Processor &proc,const ProcessingParameters ¶m);
|
D | pdftopdf_jcl.cc | 181 void emitComment(PDFTOPDF_Processor &proc,const ProcessingParameters ¶m) // {{{ in emitComment() function
|
D | pdftopdf.cc | 1088 emitComment(*proc1,param); in main() 1313 emitComment(*proc,param); // pass information to subsequent filters via PDF comments in main()
|
/third_party/parse5/packages/parse5-html-rewriting-stream/lib/ |
D | index.ts | 148 public emitComment(token: Comment): void { method in RewritingStream
|
/third_party/parse5/packages/parse5-html-rewriting-stream/test/ |
D | rewriting-stream.test.ts | 172 rewriter.emitComment(token);
|
/third_party/typescript/src/compiler/ |
D | emitter.ts | 5864 …tDetachedComments(currentSourceFile.text, getCurrentLineMap(), writer, emitComment, range, newLine… 5875 …function emitComment(text: string, lineMap: number[], writer: EmitTextWriter, commentPos: number, …
|
/third_party/typescript/lib/ |
D | tsc.js | 99538 …tDetachedComments(currentSourceFile.text, getCurrentLineMap(), writer, emitComment, range, newLine… 99548 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { function
|
D | typingsInstaller.js | 120067 …tDetachedComments(currentSourceFile.text, getCurrentLineMap(), writer, emitComment, range, newLine… 120077 function emitComment(text, lineMap, writer, commentPos, commentEnd, newLine) { function
|