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