Searched refs:NumBitsExpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 428 DependentBitIntType::DependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr) in DependentBitIntType() argument 430 toTypeDependence(NumBitsExpr->getDependence())), 431 ExprAndUnsigned(NumBitsExpr, IsUnsigned) {} 443 Expr *NumBitsExpr) { in Profile() argument 445 NumBitsExpr->Profile(ID, Context, true); in Profile()
|
| H A D | ASTContext.cpp | 5204 Expr *NumBitsExpr) const { in getDependentBitIntType() 5205 assert(NumBitsExpr->isInstantiationDependent() && "Only good for dependent"); in getDependentBitIntType() 5207 DependentBitIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentBitIntType() 5215 DependentBitIntType(IsUnsigned, NumBitsExpr); in getDependentBitIntType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1278 QualType RebuildDependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr, 17431 bool IsUnsigned, Expr *NumBitsExpr, SourceLocation Loc) { in RebuildDependentBitIntType() argument 17432 return SemaRef.BuildBitIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentBitIntType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 8034 bool IsUnsigned, Expr *NumBitsExpr);
|