Searched refs:pNode (Results 1 – 1 of 1) sorted by relevance
267 …function getParentTag(pNode: comment.CommentNode, tagName: string): comment.CommentTag | undefined…268 if (pNode.commentInfos && pNode.commentInfos[pNode.commentInfos.length - 1] &&269 pNode.commentInfos[pNode.commentInfos.length - 1].commentTags) {270 … const pTags: comment.CommentTag[] = pNode.commentInfos[pNode.commentInfos.length - 1].commentTags; constant277 if (pNode.parentNode) {278 return getParentTag(pNode.parentNode, tagName);