Searched refs:NumBitsExpr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 4585 Expr *NumBitsExpr) const { in getDependentBitIntType() 4586 assert(NumBitsExpr->isInstantiationDependent() && "Only good for dependent"); in getDependentBitIntType() 4588 DependentBitIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentBitIntType() 4596 DependentBitIntType(*this, IsUnsigned, NumBitsExpr); in getDependentBitIntType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Type.h | 6565 bool IsUnsigned, Expr *NumBitsExpr);
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1247 QualType RebuildDependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr, 14981 bool IsUnsigned, Expr *NumBitsExpr, SourceLocation Loc) { in RebuildDependentBitIntType() argument 14982 return SemaRef.BuildBitIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentBitIntType()
|