Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dattr-mode-vector-types-tmpl.cpp60 typedef enum { A1, B1 } EnumTy; typedef
79 CheckIntScalarTypes<EnumTy>(); in test()
/external/clang/lib/CodeGen/
DTargetInfo.cpp630 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
631 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
645 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
646 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
788 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
790 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
809 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
810 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
1304 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1305 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
[all …]
/external/clang/lib/ARCMigrate/
DObjCMT.cpp940 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
941 if (EnumTy->getDecl() == EnumDcl) { in migrateNSEnumDecl()
/external/clang/lib/Sema/
DSemaChecking.cpp5165 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local
5166 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()