Searched refs:EnumTy (Results 1 – 4 of 4) sorted by relevance
60 typedef enum { A1, B1 } EnumTy; typedef79 CheckIntScalarTypes<EnumTy>(); in test()
630 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local631 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()645 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local646 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()788 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local790 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()809 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local810 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()1304 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local1305 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()[all …]
940 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local941 if (EnumTy->getDecl() == EnumDcl) { in migrateNSEnumDecl()
5165 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local5166 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()