Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h762 QualType getRealTypeForBitwidth(unsigned DestWidth,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4871 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitType); in AddModeAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12112 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth, in getRealTypeForBitwidth() function in ASTContext