HomeSort by: relevance | last modified time | path
    Searched refs:isPromotableBitField (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2603 QualType isPromotableBitField(Expr *E) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 781 QualType PTy = Context.isPromotableBitField(E);
1523 QualType LHSBitfieldPromoteTy = Context.isPromotableBitField(LHS.get());
10690 QualType LHSTy = Context.isPromotableBitField(LHS.get());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6340 QualType ASTContext::isPromotableBitField(Expr *E) const {

Completed in 87 milliseconds