Searched refs:columnResult (Results 1 – 1 of 1) sorted by relevance
6001 ExprResult columnResult = getDerived().TransformExpr(origColumns); in TransformDependentSizedMatrixType() local6002 columnResult = SemaRef.ActOnConstantExpression(columnResult); in TransformDependentSizedMatrixType()6003 if (columnResult.isInvalid()) in TransformDependentSizedMatrixType()6007 Expr *columns = columnResult.get(); in TransformDependentSizedMatrixType()