Lines Matching refs:EnumTy

630   if (const EnumType *EnumTy = Ty->getAs<EnumType>())  in classifyArgumentType()  local
631 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
645 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
646 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
788 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
790 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
809 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
810 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
1304 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1305 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
1569 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
1570 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
2658 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local
2659 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult()
2691 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local
2692 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult()
3060 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
3061 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
3206 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
3207 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3566 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classify() local
3567 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
4001 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableTypeForABI() local
4002 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
4547 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
4548 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
4612 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
4613 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
5261 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
5262 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
5459 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
5460 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
5676 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
5677 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
5685 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
5686 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
5831 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableIntegerType() local
5832 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerType()
6372 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
6373 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6456 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
6457 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
6671 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
6672 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6709 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
6710 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
6849 if (const auto *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
6850 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
7117 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyType() local
7118 Ty = EnumTy->getDecl()->getIntegerType(); in classifyType()