Searched refs:isLastClause (Results 1 – 6 of 6) sorted by relevance
152 let isLastClause = true;158 isLastClause = (<QualifiedName>root).right === node;161 return root.parent.kind === SyntaxKind.TypeReference && !isLastClause;166 let isLastClause = true;172 isLastClause = (<PropertyAccessExpression>root).name === node;175 …if (!isLastClause && root.parent.kind === SyntaxKind.ExpressionWithTypeArguments && root.parent.pa…
2870 bool isLastClause = i + 1 == e; in visitLandingPadInst() local2889 if (!isLastClause) in visitLandingPadInst()2912 if (!isLastClause) in visitLandingPadInst()
115909 var isLastClause = true;115914 isLastClause = root.right === node;115916 return root.parent.kind === 174 /* TypeReference */ && !isLastClause;115920 var isLastClause = true;115925 isLastClause = root.name === node;115927 …if (!isLastClause && root.parent.kind === 225 /* ExpressionWithTypeArguments */ && root.parent.par…
115340 var isLastClause = true;115345 isLastClause = root.right === node;115347 return root.parent.kind === 174 /* TypeReference */ && !isLastClause;115351 var isLastClause = true;115356 isLastClause = root.name === node;115358 …if (!isLastClause && root.parent.kind === 225 /* ExpressionWithTypeArguments */ && root.parent.par…