Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1156 const EnumType *CaseEnumType = CaseType->getAs<EnumType>(); in checkEnumTypesInSwitchStmt() local
1157 if (!CondEnumType || !CaseEnumType) in checkEnumTypesInSwitchStmt()
1164 if (!CaseEnumType->getDecl()->getIdentifier() && in checkEnumTypesInSwitchStmt()
1165 !CaseEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()