Searched refs:hasInternalAnnotation (Results 1 – 3 of 3) sorted by relevance
9 function hasInternalAnnotation(range: CommentRange, currentSourceFile: SourceFile) { function29 …return commentRanges && commentRanges.length && hasInternalAnnotation(last(commentRanges), current…33 return hasInternalAnnotation(range, currentSourceFile);
93153 function hasInternalAnnotation(range, currentSourceFile) { function93166 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…93170 return hasInternalAnnotation(range, currentSourceFile);
113025 function hasInternalAnnotation(range, currentSourceFile) { function113042 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…113046 return hasInternalAnnotation(range, currentSourceFile);