Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp413 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
414 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
428 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
429 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
479 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
481 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
500 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
501 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
889 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
890 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
[all …]
/external/clang/lib/ARCMigrate/
DObjCMT.cpp951 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
952 if (EnumTy->getDecl() == EnumDcl) { in migrateNSEnumDecl()
/external/clang/lib/Sema/
DSemaChecking.cpp3806 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local
3807 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()