Home
last modified time | relevance | path

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

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