Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1192 const EnumType *CondEnumType = CondType->getAs<EnumType>(); in checkEnumTypesInSwitchStmt() local
1194 if (!CondEnumType || !CaseEnumType) in checkEnumTypesInSwitchStmt()
1198 if (!CondEnumType->getDecl()->getIdentifier() && in checkEnumTypesInSwitchStmt()
1199 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()