Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1463 S.BuildExtIntType(DS.getTypeSpecSign() == TypeSpecifierSign::Unsigned, in ConvertDeclSpecToType()
2210 QualType Sema::BuildExtIntType(bool IsUnsigned, Expr *BitWidth, in BuildExtIntType() function in Sema
DTreeTransform.h14178 return SemaRef.BuildExtIntType(IsUnsigned, Bits, Loc); in RebuildExtIntType()
14184 return SemaRef.BuildExtIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentExtIntType()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1858 QualType BuildExtIntType(bool IsUnsigned, Expr *BitWidth, SourceLocation Loc);