Home
last modified time | relevance | path

Searched defs:writeComment (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/lib/
Dtypescript.d.ts4293 writeComment(text: string): void; method
DtypescriptServices.d.ts4293 writeComment(text: string): void; method
Dtsserverlibrary.d.ts4293 writeComment(text: string): void; method
DtypingsInstaller.js18604 }, writeComment: function (s) { method
18958 …ents(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLine, writeComment) { argument
18988 …function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
21823 function writeComment(s) { function
118870 function writeComment(s) { function
Dtsc.js14596 }, writeComment: function (s) { method
14910 …ents(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLine, writeComment) { argument
14936 …function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
17426 function writeComment(s) { function
98495 function writeComment(s) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4293 writeComment(text: string): void; method
Dtsserverlibrary.d.ts4293 writeComment(text: string): void; method
/third_party/libabigail/tests/lib/
Dcatch.hpp15720 XmlWriter& XmlWriter::writeComment( std::string const& text, XmlFormatting fmt) { in writeComment() function in Catch::XmlWriter