Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11399 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function
11749 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()
11750 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()
15782 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()