Searched refs:CondEnumType (Results 1 – 1 of 1) sorted by relevance
1223 const EnumType *CondEnumType = CondType->getAs<EnumType>(); in checkEnumTypesInSwitchStmt() local1225 if (!CondEnumType || !CaseEnumType) in checkEnumTypesInSwitchStmt()1229 if (!CondEnumType->getDecl()->getIdentifier() && in checkEnumTypesInSwitchStmt()1230 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()