Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2770 QualType isPromotableBitField(Expr *E) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp835 QualType PTy = Context.isPromotableBitField(E); in UsualUnaryConversions()
1564 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); in UsualArithmeticConversions()
11249 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6987 QualType ASTContext::isPromotableBitField(Expr *E) const { in isPromotableBitField() function in ASTContext