Searched refs:typeExprType (Results 1 – 1 of 1) sorted by relevance
2641 ast::Type typeExprType = typeExpr->getType(); in validateTypeConstraintExpr() local2642 if (typeExprType != typeTy) { in validateTypeConstraintExpr()2651 ast::Type typeExprType = typeExpr->getType(); in validateTypeRangeConstraintExpr() local2652 if (typeExprType != typeRangeTy) { in validateTypeRangeConstraintExpr()