Searched refs:EnumTy (Results 1 – 3 of 3) sorted by relevance
597 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local598 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()612 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local613 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()737 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local739 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()758 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local759 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()1158 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local1159 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()[all …]
939 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local940 if (EnumTy->getDecl() == EnumDcl) { in migrateNSEnumDecl()
4281 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local4282 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()