Searched refs:getFixableErrorSpanExpression (Results 1 – 3 of 3) sorted by relevance
26 const sourceTarget = getSourceTarget(getFixableErrorSpanExpression(file, span), checker);
63 const expression = getFixableErrorSpanExpression(sourceFile, span);
3271 …export function getFixableErrorSpanExpression(sourceFile: SourceFile, span: TextSpan): Expression … function