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

/external/clang/lib/Sema/
H A DSemaExpr.cpp6186 static bool isScopedEnumerationType(QualType T) { function
6269 if (isScopedEnumerationType(LHS.get()->getType()) ||
6270 isScopedEnumerationType(RHS.get()->getType())) {

Completed in 48 milliseconds