Searched refs:EnumTy (Results 1 – 3 of 3) sorted by relevance
700 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local701 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()715 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local716 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()903 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local905 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()924 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local925 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()1470 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local1471 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()[all …]
941 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local942 if (EnumTy->getDecl() == EnumDcl) { in migrateNSEnumDecl()
8484 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local8485 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()11060 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { in AnalyzeBitFieldAssignment() local11061 EnumDecl *ED = EnumTy->getDecl(); in AnalyzeBitFieldAssignment()