Home
last modified time | relevance | path

Searched refs:EnumTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp370 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
371 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
385 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
386 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
442 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
443 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
469 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
470 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
710 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
711 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
[all …]