Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp7913 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function
8114 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()
8115 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()
10685 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()