Home
last modified time | relevance | path

Searched refs:getDependentBitIntType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td954 return ctx.getDependentBitIntType(isUnsigned, numBitsExpr);
H A DASTContext.h1384 QualType getDependentBitIntType(bool Unsigned, Expr *BitsExpr) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2360 return Context.getDependentBitIntType(IsUnsigned, BitWidth); in BuildBitIntType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4562 QualType ASTContext::getDependentBitIntType(bool IsUnsigned, in getDependentBitIntType() function in ASTContext
H A DASTImporter.cpp1763 return Importer.getToContext().getDependentBitIntType(T->isUnsigned(), in VisitDependentBitIntType()