Searched refs:NumBitsExpr (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 346 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 D | ASTContext.cpp | 4547 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 D | Type.h | 6491 bool IsUnsigned, Expr *NumBitsExpr);
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1208 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()
|