Home
last modified time | relevance | path

Searched refs:BuildBitIntType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1461 S.BuildBitIntType(DS.getTypeSpecSign() == TypeSpecifierSign::Unsigned, in ConvertDeclSpecToType()
2357 QualType Sema::BuildBitIntType(bool IsUnsigned, Expr *BitWidth, in BuildBitIntType() function in Sema
H A DTreeTransform.h15247 return SemaRef.BuildBitIntType(IsUnsigned, Bits, Loc); in RebuildBitIntType()
15253 return SemaRef.BuildBitIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentBitIntType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2164 QualType BuildBitIntType(bool IsUnsigned, Expr *BitWidth, SourceLocation Loc);