Home
last modified time | relevance | path

Searched refs:isScopedEnumerationType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp8521 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function
8722 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()
8723 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()
11411 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10710 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function
10947 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()
10948 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()
14648 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()