Home
last modified time | relevance | path

Searched refs:getEnumCoercedType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12581 QualType SourceType = E->getEnumCoercedType(Context); in CheckImplicitConversion()
15747 QualType L = LHS->getEnumCoercedType(S.Context), in checkBuiltinVectorMathMixedEnums()
15748 R = RHS->getEnumCoercedType(S.Context); in checkBuiltinVectorMathMixedEnums()
H A DSemaExpr.cpp1511 QualType L = LHS->getEnumCoercedType(Context), in checkEnumArithmeticConversions()
1512 R = RHS->getEnumCoercedType(Context); in checkEnumArithmeticConversions()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp265 QualType Expr::getEnumCoercedType(const ASTContext &Ctx) const { in getEnumCoercedType() function in Expr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h160 QualType getEnumCoercedType(const ASTContext &Ctx) const;