Home
last modified time | relevance | path

Searched refs:forEachAncestor (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/
DjsDoc.ts329 return forEachAncestor(tokenAtPos, n => getCommentOwnerInfoWorker(n, options));
/third_party/typescript/src/compiler/
Dutilities.ts103 …export function forEachAncestor<T>(node: Node, callback: (n: Node) => T | undefined | "quit"): T |… function
/third_party/typescript/lib/
Dtsc.js10113 function forEachAncestor(node, callback) { function
10125 ts.forEachAncestor = forEachAncestor;
Dtsserverlibrary.js127497 …return ts.forEachAncestor(tokenAtPos, function (n) { return getCommentOwnerInfoWorker(n, options);…
DtypescriptServices.js127497 …return ts.forEachAncestor(tokenAtPos, function (n) { return getCommentOwnerInfoWorker(n, options);…
Dtsserver.js126928 …return ts.forEachAncestor(tokenAtPos, function (n) { return getCommentOwnerInfoWorker(n, options);…
Dtypescript.js127497 …return ts.forEachAncestor(tokenAtPos, function (n) { return getCommentOwnerInfoWorker(n, options);…