Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10912 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function
11149 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()
11150 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()
14888 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()