Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11663 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function
12010 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()
12011 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()
15918 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()