Home
last modified time | relevance | path

Searched refs:BitsExpr (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp943 bool DeclSpec::SetBitIntType(SourceLocation KWLoc, Expr *BitsExpr, in SetBitIntType() argument
946 assert(BitsExpr && "no expression provided!"); in SetBitIntType()
957 ExprRep = BitsExpr; in SetBitIntType()
H A DTreeTransform.h6639 ExprResult BitsExpr = getDerived().TransformExpr(EIT->getNumBitsExpr()); in TransformDependentBitIntType() local
6640 BitsExpr = SemaRef.ActOnConstantExpression(BitsExpr); in TransformDependentBitIntType()
6642 if (BitsExpr.isInvalid()) in TransformDependentBitIntType()
6647 if (getDerived().AlwaysRebuild() || BitsExpr.get() != EIT->getNumBitsExpr()) { in TransformDependentBitIntType()
6649 EIT->isUnsigned(), BitsExpr.get(), TL.getNameLoc()); in TransformDependentBitIntType()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1368 QualType getDependentBitIntType(bool Unsigned, Expr *BitsExpr) const;