Searched refs:EnumTy (Results 1 – 3 of 3) sorted by relevance
413 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local414 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()428 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local429 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()479 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local481 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()500 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local501 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()889 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local890 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()[all …]
951 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local952 if (EnumTy->getDecl() == EnumDcl) { in migrateNSEnumDecl()
3806 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local3807 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()