Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp875 const EnumType *CondEnumType = CondType->getAs<EnumType>(); in checkEnumTypesInSwitchStmt() local
877 if (!CondEnumType || !CaseEnumType) in checkEnumTypesInSwitchStmt()
881 if (!CondEnumType->getDecl()->getIdentifier() && in checkEnumTypesInSwitchStmt()
882 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()