Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DfindAllReferences.ts1552 …nString(sourceFile, position) || state.options.findInComments && isInNonReferenceComment(sourceFil…
Dutilities.ts1792 export function isInNonReferenceComment(sourceFile: SourceFile, position: number): boolean { function