Searched defs:isScopedEnumerationType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp8521 static bool isScopedEnumerationType(QualType T) { function
8722 if (isScopedEnumerationType(LHSType) ||
8723 isScopedEnumerationType(RHSType)) {
11411 if (resultType->isScalarType() && !isScopedEnumerationType(resultType)) {

Completed in 168 milliseconds