Lines Matching refs:EnumTy
597 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
598 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
612 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
613 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
737 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
739 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
758 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
759 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
1158 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1159 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
1396 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
1397 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
2437 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local
2438 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectReturnResult()
2470 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local
2471 Ty = EnumTy->getDecl()->getIntegerType(); in getIndirectResult()
2839 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
2840 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
2985 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
2986 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
3345 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classify() local
3346 Ty = EnumTy->getDecl()->getIntegerType(); in classify()
3775 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableTypeForABI() local
3776 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableTypeForABI()
4303 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
4304 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
4366 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
4367 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
5013 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
5014 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
5209 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
5210 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
5424 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
5425 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
5433 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
5434 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
5573 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in isPromotableIntegerType() local
5574 Ty = EnumTy->getDecl()->getIntegerType(); in isPromotableIntegerType()
6114 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
6115 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6198 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
6199 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
6413 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
6414 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
6451 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
6452 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
6685 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyType() local
6686 Ty = EnumTy->getDecl()->getIntegerType(); in classifyType()