Home
last modified time | relevance | path

Searched defs: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
428 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
479 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
500 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
889 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1115 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
2123 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local
2156 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local
2514 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
2660 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
[all …]
/external/clang/lib/ARCMigrate/
DObjCMT.cpp951 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
/external/clang/lib/Sema/
DSemaChecking.cpp3806 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local