Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td932 return ctx.getDependentBitIntType(isUnsigned, numBitsExpr);
H A DASTContext.h1394 QualType getDependentBitIntType(bool Unsigned, Expr *BitsExpr) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2294 return Context.getDependentBitIntType(IsUnsigned, BitWidth); in BuildBitIntType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4546 QualType ASTContext::getDependentBitIntType(bool IsUnsigned, in getDependentBitIntType() function in ASTContext