Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2764 QualType isPromotableBitField(Expr *E) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp839 QualType PTy = Context.isPromotableBitField(E); in UsualUnaryConversions()
1565 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); in UsualArithmeticConversions()
11510 QualType LHSTy = Context.isPromotableBitField(LHS.get()); in CheckAdditionOperands()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7093 QualType ASTContext::isPromotableBitField(Expr *E) const { in isPromotableBitField() function in ASTContext