Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp7846 static bool isScopedEnumerationType(QualType T) { in isScopedEnumerationType() function
8023 if (isScopedEnumerationType(LHSType) || in CheckShiftOperands()
8024 isScopedEnumerationType(RHSType)) { in CheckShiftOperands()
10579 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) { in CreateBuiltinUnaryOp()