Searched refs:isEnumeralType (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp176 if (T.isEnumeralType())
H A DSemaCast.cpp996 if (DestType->isEnumeralType()) {
1671 && !SrcType->isEnumeralType()
2123 (SrcType->isEnumeralType() == DestType->isEnumeralType()))
2127 if (SrcType->isEnumeralType() && DestType->isEnumeralType())
H A DSemaCXXScopeSpec.cpp270 TD->getUnderlyingType()->isEnumeralType()))
611 if (T->isEnumeralType())
H A DSemaExprCXX.cpp1269 << ConvTy->isEnumeralType() << ConvTy;
1280 << ConvTy->isEnumeralType() << ConvTy;
1289 << T << ConvTy->isEnumeralType() << ConvTy;
3242 return T->isEnumeralType();
3255 return T->isArithmeticType() && !T->isEnumeralType();
H A DSemaLookup.cpp2353 if (T1->isEnumeralType()) {
2362 if (!T2.isNull() && T2->isEnumeralType()) {
H A DSemaStmt.cpp611 << ConvTy->isEnumeralType() << ConvTy;
622 << ConvTy->isEnumeralType() << ConvTy;
H A DSemaOverload.cpp1739 !FromType->isEnumeralType()) {
1976 Expr->getType()->isIntegerType() && !Expr->getType()->isEnumeralType())
6571 } else if (Ty->isEnumeralType()) {
7118 if (!FirstParamType->isEnumeralType() ||
7119 !SecondParamType->isEnumeralType())
H A DSemaCodeComplete.cpp772 !(PreferredType->isEnumeralType() && TC->isEnumeralType()))
3748 if (!type->isEnumeralType()) {
H A DSemaTemplate.cpp4784 !ParamType->isEnumeralType()) {
4854 ParamType->isEnumeralType()
5211 if (OrigT->isEnumeralType()) {
H A DSemaExpr.cpp6271 !(getLangOpts().CPlusPlus && LHSType->isEnumeralType())) {
7880 if (LHS.get()->getType()->isEnumeralType() &&
8557 } else if (S.getLangOpts().CPlusPlus && ResType->isEnumeralType()) {
10856 << ConvTy->isEnumeralType() << ConvTy;
10867 << ConvTy->isEnumeralType() << ConvTy;
H A DTreeTransform.h2955 TL.getType()->isEnumeralType())) {
2958 if (TL.getType()->isEnumeralType())
H A DSemaChecking.cpp4821 return E->getType()->isEnumeralType();
H A DSemaType.cpp5473 if (!BaseType->isDependentType() && !BaseType->isEnumeralType()) {
H A DSemaDeclCXX.cpp10714 ParamType->isEnumeralType()) {
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isEnumeralType)
H A DType.h1491 bool isEnumeralType() const;
4816 (isArithmeticType() && !isEnumeralType());
4839 isEnumeralType() ||
4907 inline bool Type::isEnumeralType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5118 return isDependentType() || isRecordType() || isEnumeralType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp53 else if (ty->isEnumeralType())
H A DExpr.cpp3138 (Ctx.getLangOpts().CPlusPlus && getType()->isEnumeralType()))
H A DExprConstant.cpp5834 else if (ArgTy->isEnumeralType())
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp308 !Ty->isEnumeralType() && !Ty->isBlockPointerType())
640 Ty->isAnyComplexType() || Ty->isEnumeralType() ||
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3843 else if (Type->isEnumeralType()) {
3919 else if (Type->isEnumeralType()) {

Completed in 995 milliseconds