Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp731 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
754 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
975 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) { in classifyArgumentType() local
1008 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1551 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
1879 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
3160 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectReturnResult() local
3202 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in getIndirectResult() local
3585 if (const EnumType *EnumTy = RetTy->getAs<EnumType>()) in classifyReturnType() local
3730 if (const EnumType *EnumTy = Ty->getAs<EnumType>()) in classifyArgumentType() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp931 if (const EnumType *EnumTy = qt->getAs<EnumType>()) { in migrateNSEnumDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp8532 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addGenericBinaryPointerOrEnumeralOverloads() local
8745 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addAssignmentMemberPointerOrEnumeralOverloads() local
9095 for (QualType EnumTy : CandidateTypes[ArgIdx].enumeration_types()) { in addConditionalOperatorOverloads() local
H A DSemaChecking.cpp8842 if (auto EnumTy = ExprTy->getAs<EnumType>()) { in checkFormatExpr() local
11665 if (const auto *EnumTy = OriginalInit->getType()->getAs<EnumType>()) { in AnalyzeBitFieldAssignment() local