Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp597 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()
[all …]
/external/clang/lib/ARCMigrate/
DObjCMT.cpp939 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
940 if (EnumTy->getDecl() == EnumDcl) { in migrateNSEnumDecl()
/external/clang/lib/Sema/
DSemaChecking.cpp4281 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local
4282 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()