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

/external/clang/include/clang/AST/
H A DASTContext.h1944 QualType isPromotableBitField(Expr *E) const;
/external/clang/lib/Sema/
H A DSemaExpr.cpp704 QualType PTy = Context.isPromotableBitField(E);
1260 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get());
7316 QualType LHSTy = Context.isPromotableBitField(LHS.get());
/external/clang/lib/AST/
H A DASTContext.cpp4416 QualType ASTContext::isPromotableBitField(Expr *E) const { function in class:ASTContext

Completed in 1972 milliseconds