Searched refs:LHSBitfieldPromoteTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1591 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); local
1592 if (!LHSBitfieldPromoteTy.isNull())
1593 LHSType = LHSBitfieldPromoteTy;

Completed in 207 milliseconds