Searched refs:forEachTrailingCommentRange (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/compiler/ |
D | scanner.ts | 864 …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…
|
D | emitter.ts | 3693 … forEachTrailingCommentRange(currentSourceFile?.text || "", pos + 1, () => result = true); 5797 forEachTrailingCommentRange(currentSourceFile.text, end, cb);
|
/third_party/typescript/src/services/ |
D | utilities.ts | 2693 …forEachTrailingCommentRange(sourceFile.text, sourceNode.end, getAddCommentsFunction(targetNode, so… 2704 …forEachTrailingCommentRange(sourceFile.text, sourceNode.pos, getAddCommentsFunction(targetNode, so…
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 4595 …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…
|
D | typescriptServices.d.ts | 4595 …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…
|
D | tsserverlibrary.d.ts | 4595 …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…
|
D | typingsInstaller.js | 10842 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);
|
D | tsc.js | 7854 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/ |
D | typescript.d.ts | 4595 …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…
|
D | tsserverlibrary.d.ts | 4595 …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…
|