Searched defs:needParens (Results 1 – 4 of 4) sorted by relevance
59 const needParens = isArrowFunction(declaration) && closeParen === undefined; constant
48 …const needParens = isArrowFunction(decl) && !findChildOfKind(decl, SyntaxKind.OpenParenToken, sour… constant
243 …const needParens = isArrowFunction(containingFunction) && !findChildOfKind(containingFunction, Syn… constant363 …const needParens = isArrowFunction(signature) && !findChildOfKind(signature, SyntaxKind.OpenParenT… constant
1596 bool needParens = precedence >= parentPrecedence; in writeBinaryExpression() local