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

/external/clang/lib/Sema/
H A DSemaExpr.cpp1260 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get()); local
1261 if (!LHSBitfieldPromoteTy.isNull())
1262 LHSType = LHSBitfieldPromoteTy;

Completed in 106 milliseconds