Home
last modified time | relevance | path

Searched refs:CaseEnumType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp1193 const EnumType *CaseEnumType = CaseType->getAs<EnumType>(); in checkEnumTypesInSwitchStmt() local
1194 if (!CondEnumType || !CaseEnumType) in checkEnumTypesInSwitchStmt()
1201 if (!CaseEnumType->getDecl()->getIdentifier() && in checkEnumTypesInSwitchStmt()
1202 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()