Searched refs:isScopedEnumerationType (Results 1 – 1 of 1) sorted by relevance
12097 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function12443 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()12444 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()16421 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()