Home
last modified time | relevance | path

Searched defs: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
/external/clang/lib/CodeGen/
DTargetInfo.cpp630 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
645 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
788 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
809 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1304 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1569 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
2658 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local
2691 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local
3060 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
3206 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
[all …]
/external/clang/lib/ARCMigrate/
DObjCMT.cpp940 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
/external/clang/lib/Sema/
DSemaChecking.cpp5165 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local