Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h706 QualType getRealTypeForBitwidth(unsigned DestWidth, bool ExplicitIEEE) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp4250 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitIEEE); in AddModeAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp11112 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth, in getRealTypeForBitwidth() function in ASTContext