Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dutilities.ts1789 return isInReferenceCommentWorker(sourceFile, position, /*shouldBeReference*/ true);
1793 return isInReferenceCommentWorker(sourceFile, position, /*shouldBeReference*/ false);
1796 …function isInReferenceCommentWorker(sourceFile: SourceFile, position: number, shouldBeReference: b… function