Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dutilities.ts3226 …export function isDiagnosticWithLocation(diagnostic: Diagnostic): diagnostic is DiagnosticWithLoca… function
3236 return cast(diagnostic, isDiagnosticWithLocation);
3252 const diagnostic = tryCast(sortedFileDiagnostics[index], isDiagnosticWithLocation);