Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp346 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 DASTContext.cpp4455 Expr *NumBitsExpr) const { in getDependentExtIntType()
4456 assert(NumBitsExpr->isInstantiationDependent() && "Only good for dependent"); in getDependentExtIntType()
4458 DependentExtIntType::Profile(ID, *this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
4466 DependentExtIntType(*this, IsUnsigned, NumBitsExpr); in getDependentExtIntType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6359 bool IsUnsigned, Expr *NumBitsExpr);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1203 QualType RebuildDependentExtIntType(bool IsUnsigned, Expr *NumBitsExpr,
14499 bool IsUnsigned, Expr *NumBitsExpr, SourceLocation Loc) { in RebuildDependentExtIntType() argument
14500 return SemaRef.BuildExtIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentExtIntType()