Searched refs:existingDocComment (Results 1 – 5 of 5) sorted by relevance
256 const existingDocComment = findAncestor(tokenAtPos, isJSDoc); constant257 …if (existingDocComment && (existingDocComment.comment !== undefined || length(existingDocComment.t…264 if (!existingDocComment && tokenStart < position) {
127436 var existingDocComment = ts.findAncestor(tokenAtPos, ts.isJSDoc);127437 …if (existingDocComment && (existingDocComment.comment !== undefined || ts.length(existingDocCommen…127443 if (!existingDocComment && tokenStart < position) {
126867 var existingDocComment = ts.findAncestor(tokenAtPos, ts.isJSDoc);126868 …if (existingDocComment && (existingDocComment.comment !== undefined || ts.length(existingDocCommen…126874 if (!existingDocComment && tokenStart < position) {