Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp803 const EnumType *CondEnumType = CondType->getAs<EnumType>(); in checkEnumTypesInSwitchStmt() local
805 if (!CondEnumType || !CaseEnumType) in checkEnumTypesInSwitchStmt()
809 if (!CondEnumType->getDecl()->getIdentifier() && in checkEnumTypesInSwitchStmt()
810 !CondEnumType->getDecl()->getTypedefNameForAnonDecl()) in checkEnumTypesInSwitchStmt()