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

/external/clang/include/clang/AST/
H A DASTContext.h1739 QualType isPromotableBitField(Expr *E) const;
/external/clang/lib/Sema/
H A DSemaExpr.cpp553 QualType PTy = Context.isPromotableBitField(E);
1061 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get());
6410 QualType LHSTy = Context.isPromotableBitField(LHS.get());
/external/clang/lib/AST/
H A DASTContext.cpp4009 QualType ASTContext::isPromotableBitField(Expr *E) const { function in class:ASTContext

Completed in 125 milliseconds