Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1444 S.BuildExtIntType(DS.getTypeSpecSign() == TypeSpecifierSign::Unsigned, in ConvertDeclSpecToType()
2243 QualType Sema::BuildExtIntType(bool IsUnsigned, Expr *BitWidth, in BuildExtIntType() function in Sema
H A DTreeTransform.h14494 return SemaRef.BuildExtIntType(IsUnsigned, Bits, Loc); in RebuildExtIntType()
14500 return SemaRef.BuildExtIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentExtIntType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2010 QualType BuildExtIntType(bool IsUnsigned, Expr *BitWidth, SourceLocation Loc);