Searched refs:isControlFlowEndingStatement (Results 1 – 1 of 1) sorted by relevance
684 … function isControlFlowEndingStatement(kind: SyntaxKind, parent: TextRangeWithKind): boolean { function702 && !(isNextChild && child && isControlFlowEndingStatement(child.kind, parent));