Searched refs:RHSEnumType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp7560 const EnumType *RHSEnumType = RHSStrippedType->getAs<EnumType>(); local
7561 if (!RHSEnumType)
7567 if (!RHSEnumType->getDecl()->getIdentifier())

Completed in 595 milliseconds