Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDTargetInfo.cpp700 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
701 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
715 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
716 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
903 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
905 Ty = EnumTy->getDecl()->getIntegerType(); in classifyArgumentType()
924 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
925 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
1470 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1471 RetTy = EnumTy->getDecl()->getIntegerType(); in classifyReturnType()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp941 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
942 if (EnumTy->getDecl() == EnumDcl) { in migrateNSEnumDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp8484 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local
8485 ExprTy = EnumTy->getDecl()->getIntegerType(); in checkFormatExpr()
11060 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { in AnalyzeBitFieldAssignment() local
11061 EnumDecl *ED = EnumTy->getDecl(); in AnalyzeBitFieldAssignment()