Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts9 function hasInternalAnnotation(range: CommentRange, currentSourceFile: SourceFile) { function
29 …return commentRanges && commentRanges.length && hasInternalAnnotation(last(commentRanges), current…
33 return hasInternalAnnotation(range, currentSourceFile);
/third_party/typescript/lib/
Dtsc.js80590 function hasInternalAnnotation(range, currentSourceFile) { function
80603 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
80607 return hasInternalAnnotation(range, currentSourceFile);
DtypingsInstaller.js98853 function hasInternalAnnotation(range, currentSourceFile) { function
98870 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
98874 return hasInternalAnnotation(range, currentSourceFile);
Dtypescript.js99058 function hasInternalAnnotation(range, currentSourceFile) { function
99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
99079 return hasInternalAnnotation(range, currentSourceFile);
DtypescriptServices.js99058 function hasInternalAnnotation(range, currentSourceFile) { function
99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
99079 return hasInternalAnnotation(range, currentSourceFile);
Dtsserverlibrary.js99058 function hasInternalAnnotation(range, currentSourceFile) { function
99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
99079 return hasInternalAnnotation(range, currentSourceFile);
Dtsserver.js98864 function hasInternalAnnotation(range, currentSourceFile) { function
98881 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
98885 return hasInternalAnnotation(range, currentSourceFile);