Home
last modified time | relevance | path

Searched refs:isUnscopedEnumerationType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp358 if (ETy->isUnscopedEnumerationType()) in matchesType()
403 else if (ETy->isUnscopedEnumerationType()) in matchesType()
H A DType.cpp2129 return isUnscopedEnumerationType(); in isIntegralOrUnscopedEnumerationType()
2132 bool Type::isUnscopedEnumerationType() const { in isUnscopedEnumerationType() function in Type
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8327 if (EnumTy->isUnscopedEnumerationType()) { in checkFormatExpr()
15749 if (L->isUnscopedEnumerationType() && R->isUnscopedEnumerationType() && in checkBuiltinVectorMathMixedEnums()
H A DSemaExpr.cpp1513 bool LEnum = L->isUnscopedEnumerationType(), in checkEnumArithmeticConversions()
1514 REnum = R->isUnscopedEnumerationType(); in checkEnumArithmeticConversions()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2536 bool isUnscopedEnumerationType() const;