Searched defs:exprType (Results 1 – 13 of 13) sorted by relevance
35 const Type& exprType = expr.type(); in Convert() local
113 const Type& exprType = base.type(); in optimize_constructor_swizzle() local439 const Type& exprType = expr->type(); in Make() local
230 const exprType = checker.getTypeAtLocation(insertionSite); constant
406 …const exprType = InteropTypescriptLinter.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getN… constant
2088 …const exprType = TypeScriptLinter.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNulla… constant
1700 const exprType = typeChecker.getContextualType(curNode); constant
781 String exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local805 String exprType = this->typeName(arguments[0]->type()); in writeIntrinsicCall() local
1357 const exprType = typeChecker.getContextualType(curNode); constant
1712 …const exprType = TypeScriptLinter.tsTypeChecker.getTypeAtLocation(tsAsExpr.expression).getNonNulla… constant
1278 #define OPERATOR_RIGHT(op, exprType) \ argument
9767 const exprType = getLiteralTypeFromPropertyName(name); constant28769 const exprType = checkJsxAttribute(attributeDecl, checkMode); constant28798 … const exprType = getReducedType(checkExpressionCached(attributeDecl.expression, checkMode)); constant30506 const exprType = checkExpression(node.expression); constant33285 …const exprType = node.kind === SyntaxKind.ExpressionWithTypeArguments ? checkExpression(node.expre… constant33355 const exprType = checkExpression(node.expression); constant34276 const exprType = checkExpression(node.body); constant34747 const exprType = getLiteralTypeFromPropertyName(name); constant39711 const exprType = getLiteralTypeFromPropertyName(name); constant41058 … const exprType = node.expression ? checkExpressionCached(node.expression) : undefinedType; constant
60088 function getOptionalExpressionType(exprType, expression) { argument66842 function checkElementAccessExpression(node, exprType, checkMode) { argument
71715 function getOptionalExpressionType(exprType, expression) { argument79623 function checkElementAccessExpression(node, exprType, checkMode) { argument