Home
last modified time | relevance | path

Searched refs:NumBitsExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp368 DependentBitIntType::DependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr) in DependentBitIntType() argument
370 toTypeDependence(NumBitsExpr->getDependence())),
371 ExprAndUnsigned(NumBitsExpr, IsUnsigned) {}
383 Expr *NumBitsExpr) { in Profile() argument
385 NumBitsExpr->Profile(ID, Context, true); in Profile()
H A DASTContext.cpp4563 Expr *NumBitsExpr) const { in getDependentBitIntType()
4564 assert(NumBitsExpr->isInstantiationDependent() && "Only good for dependent"); in getDependentBitIntType()
4566 DependentBitIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentBitIntType()
4574 DependentBitIntType(IsUnsigned, NumBitsExpr); in getDependentBitIntType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6764 bool IsUnsigned, Expr *NumBitsExpr);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1270 QualType RebuildDependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr,
15252 bool IsUnsigned, Expr *NumBitsExpr, SourceLocation Loc) { in RebuildDependentBitIntType() argument
15253 return SemaRef.BuildBitIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentBitIntType()