Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp346 bool IsUnsigned, Expr *NumBitsExpr) in DependentBitIntType() argument
348 toTypeDependence(NumBitsExpr->getDependence())),
349 Context(Context), ExprAndUnsigned(NumBitsExpr, IsUnsigned) {}
361 Expr *NumBitsExpr) { in Profile() argument
363 NumBitsExpr->Profile(ID, Context, true); in Profile()
H A DASTContext.cpp4547 Expr *NumBitsExpr) const { in getDependentBitIntType()
4548 assert(NumBitsExpr->isInstantiationDependent() && "Only good for dependent"); in getDependentBitIntType()
4550 DependentBitIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentBitIntType()
4558 DependentBitIntType(*this, IsUnsigned, NumBitsExpr); in getDependentBitIntType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h6491 bool IsUnsigned, Expr *NumBitsExpr);
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h1208 QualType RebuildDependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr,
14793 bool IsUnsigned, Expr *NumBitsExpr, SourceLocation Loc) { in RebuildDependentBitIntType() argument
14794 return SemaRef.BuildBitIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentBitIntType()