Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2882 QualType isPromotableBitField(Expr *E) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp844 QualType PTy = Context.isPromotableBitField(E); in UsualUnaryConversions()
1576 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); in UsualArithmeticConversions()
10954 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7548 QualType ASTContext::isPromotableBitField(Expr *E) const { in isPromotableBitField() function in ASTContext