Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td886 return ctx.getExtIntType(isUnsigned, numBits);
DASTContext.h1239 QualType getExtIntType(bool Unsigned, unsigned NumBits) const;
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2239 return Context.getExtIntType(IsUnsigned, NumBits); in BuildExtIntType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4355 QualType ASTContext::getExtIntType(bool IsUnsigned, unsigned NumBits) const { in getExtIntType() function in ASTContext