Home
last modified time | relevance | path

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

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