Searched defs:LHSEnumType (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Sema/
H A DSemaExpr.cpp7557 const EnumType *LHSEnumType = LHSStrippedType->getAs<EnumType>(); local
7558 if (!LHSEnumType)
7565 if (!LHSEnumType->getDecl()->getIdentifier())

Completed in 302 milliseconds