Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1443 S.BuildExtIntType(DS.getTypeSpecSign() == TypeSpecifierSign::Unsigned, in ConvertDeclSpecToType()
2219 QualType Sema::BuildExtIntType(bool IsUnsigned, Expr *BitWidth, in BuildExtIntType() function in Sema
H A DTreeTransform.h14425 return SemaRef.BuildExtIntType(IsUnsigned, Bits, Loc); in RebuildExtIntType()
14431 return SemaRef.BuildExtIntType(IsUnsigned, NumBitsExpr, Loc); in RebuildDependentExtIntType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1974 QualType BuildExtIntType(bool IsUnsigned, Expr *BitWidth, SourceLocation Loc);