Searched refs:EnumTy (Results 1 – 1 of 1) sorted by relevance
370 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local371 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()385 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local386 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()442 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local443 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()469 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local470 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()710 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local711 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()[all …]