Searched refs:columnResult (Results 1 – 1 of 1) sorted by relevance
5578 ExprResult columnResult = getDerived().TransformExpr(origColumns); in TransformDependentSizedMatrixType() local5579 columnResult = SemaRef.ActOnConstantExpression(columnResult); in TransformDependentSizedMatrixType()5580 if (columnResult.isInvalid()) in TransformDependentSizedMatrixType()5584 Expr *columns = columnResult.get(); in TransformDependentSizedMatrixType()