Home
last modified time | relevance | path

Searched refs:getRealTypeForBitwidth (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h529 QualType getRealTypeForBitwidth(unsigned DestWidth) const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp3208 NewElemTy = S.Context.getRealTypeForBitwidth(DestWidth); in handleModeAttr()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp8470 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth) const { in getRealTypeForBitwidth() function in ASTContext