Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h501 QualType getRealTypeForBitwidth(unsigned DestWidth) const;
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp3588 NewTy = S.Context.getRealTypeForBitwidth(DestWidth); in handleModeAttr()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp8047 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth) const { in getRealTypeForBitwidth() function in ASTContext