Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12097 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function
12443 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()
12444 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()
16421 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()