Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dtypes.ts9264 writeComment(text: string): void; method
/third_party/typescript/lib/
DtypingsInstaller.js11618 …ents(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLine, writeComment) { argument
11641 function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
12715 function writeComment(s) { function
37185 function writeComment(s) { function
Dtypescript.d.ts4722 writeComment(text: string): void; method
Dtsserverlibrary.d.ts8725 writeComment(text: string): void; method
Dtsc.js15828 …ents(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLine, writeComment) { argument
15851 function emitDetachedComments(text, lineMap, writer, writeComment, node, newLine, removeComments) { argument
17995 function writeComment(s) { function
102902 function writeComment(s) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4722 writeComment(text: string): void; method
Dtsserverlibrary.d.ts8725 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