Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h731 QualType getRealTypeForBitwidth(unsigned DestWidth, bool ExplicitIEEE) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4341 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitIEEE); in AddModeAttr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11186 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth, in getRealTypeForBitwidth() function in ASTContext