Home
last modified time | relevance | path

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

/third_party/typescript/lib/
DtypescriptServices.d.ts4323 writeComment(text: string): void; method
Dtypescript.d.ts4323 writeComment(text: string): void; method
Dtsserverlibrary.d.ts4323 writeComment(text: string): void; method
Dtsc.js14627 }, writeComment: function (s) { method
14941 …ents(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLine, writeComment) { argument
14967 …function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
17457 function writeComment(s) { function
98745 function writeComment(s) { function
DtypingsInstaller.js18638 }, writeComment: function (s) { method
18992 …ents(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLine, writeComment) { argument
19022 …function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
21857 function writeComment(s) { function
119144 function writeComment(s) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4323 writeComment(text: string): void; method
Dtsserverlibrary.d.ts4323 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