Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td906 return ctx.getDependentExtIntType(isUnsigned, numBitsExpr);
H A DASTContext.h1331 QualType getDependentExtIntType(bool Unsigned, Expr *BitsExpr) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2246 return Context.getDependentExtIntType(IsUnsigned, BitWidth); in BuildExtIntType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4454 QualType ASTContext::getDependentExtIntType(bool IsUnsigned, in getDependentExtIntType() function in ASTContext