Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h501 QualType getRealTypeForBitwidth(unsigned DestWidth) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp3588 NewTy = S.Context.getRealTypeForBitwidth(DestWidth); in handleModeAttr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp8047 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth) const { in getRealTypeForBitwidth() function in ASTContext