Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1201 const EnumType *CaseEnumType = CaseType->getAs<EnumType>(); in checkEnumTypesInSwitchStmt() local
1202 if (!CondEnumType || !CaseEnumType) in checkEnumTypesInSwitchStmt()
1209 if (!CaseEnumType->getDecl()->getIdentifier() && in checkEnumTypesInSwitchStmt()
1210 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()