Home
last modified time | relevance | path

Searched refs:forEachTrailingCommentRange (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/compiler/
Dscanner.ts864 …export function forEachTrailingCommentRange<U>(text: string, pos: number, cb: (pos: number, end: n… function
865 …export function forEachTrailingCommentRange<T, U>(text: string, pos: number, cb: (pos: number, end…
866 …export function forEachTrailingCommentRange<T, U>(text: string, pos: number, cb: (pos: number, end…
Demitter.ts3693forEachTrailingCommentRange(currentSourceFile?.text || "", pos + 1, () => result = true);
5797 forEachTrailingCommentRange(currentSourceFile.text, end, cb);
/third_party/typescript/src/services/
Dutilities.ts2693forEachTrailingCommentRange(sourceFile.text, sourceNode.end, getAddCommentsFunction(targetNode, so…
2704forEachTrailingCommentRange(sourceFile.text, sourceNode.pos, getAddCommentsFunction(targetNode, so…
/third_party/typescript/lib/
Dtypescript.d.ts4595 …function forEachTrailingCommentRange<U>(text: string, pos: number, cb: (pos: number, end: number, …
4596 …function forEachTrailingCommentRange<T, U>(text: string, pos: number, cb: (pos: number, end: numbe…
DtypescriptServices.d.ts4595 …function forEachTrailingCommentRange<U>(text: string, pos: number, cb: (pos: number, end: number, …
4596 …function forEachTrailingCommentRange<T, U>(text: string, pos: number, cb: (pos: number, end: numbe…
Dtsserverlibrary.d.ts4595 …function forEachTrailingCommentRange<U>(text: string, pos: number, cb: (pos: number, end: number, …
4596 …function forEachTrailingCommentRange<T, U>(text: string, pos: number, cb: (pos: number, end: numbe…
DtypingsInstaller.js10842 function forEachTrailingCommentRange(text, pos, cb, state) { function
10845 ts.forEachTrailingCommentRange = forEachTrailingCommentRange;
117998 …ts.forEachTrailingCommentRange((currentSourceFile === null || currentSourceFile === void 0 ? void …
119871 ts.forEachTrailingCommentRange(currentSourceFile.text, end, cb);
Dtsc.js7854 function forEachTrailingCommentRange(text, pos, cb, state) { function
7857 ts.forEachTrailingCommentRange = forEachTrailingCommentRange;
97695 …ts.forEachTrailingCommentRange((currentSourceFile === null || currentSourceFile === void 0 ? void …
99361 ts.forEachTrailingCommentRange(currentSourceFile.text, end, cb);
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4595 …function forEachTrailingCommentRange<U>(text: string, pos: number, cb: (pos: number, end: number, …
4596 …function forEachTrailingCommentRange<T, U>(text: string, pos: number, cb: (pos: number, end: numbe…
Dtsserverlibrary.d.ts4595 …function forEachTrailingCommentRange<U>(text: string, pos: number, cb: (pos: number, end: number, …
4596 …function forEachTrailingCommentRange<T, U>(text: string, pos: number, cb: (pos: number, end: numbe…