Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1444 S.BuildBitIntType(DS.getTypeSpecSign() == TypeSpecifierSign::Unsigned, in ConvertDeclSpecToType()
2313 QualType Sema::BuildBitIntType(bool IsUnsigned, Expr *BitWidth, in BuildBitIntType() function in Sema
H A DTreeTransform.h14976 return SemaRef.BuildBitIntType(IsUnsigned, Bits, Loc); in RebuildBitIntType()
14982 return SemaRef.BuildBitIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentBitIntType()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2114 QualType BuildBitIntType(bool IsUnsigned, Expr *BitWidth, SourceLocation Loc);