Searched refs:NumBitsExpr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 346 bool IsUnsigned, Expr *NumBitsExpr) in DependentExtIntType() 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 | 4440 Expr *NumBitsExpr) const { in getDependentExtIntType() 4441 assert(NumBitsExpr->isInstantiationDependent() && "Only good for dependent"); in getDependentExtIntType() 4443 DependentExtIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentExtIntType() 4451 DependentExtIntType(*this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Type.h | 6359 bool IsUnsigned, Expr *NumBitsExpr);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 1203 QualType RebuildDependentExtIntType(bool IsUnsigned, Expr *NumBitsExpr, 14430 bool IsUnsigned, Expr *NumBitsExpr, SourceLocation Loc) { in RebuildDependentExtIntType() argument 14431 return SemaRef.BuildExtIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentExtIntType()
|