Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td946 return ctx.getDependentBitIntType(isUnsigned, numBitsExpr);
H A DASTContext.h1368 QualType getDependentBitIntType(bool Unsigned, Expr *BitsExpr) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2316 return Context.getDependentBitIntType(IsUnsigned, BitWidth); in BuildBitIntType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4584 QualType ASTContext::getDependentBitIntType(bool IsUnsigned, in getDependentBitIntType() function in ASTContext