Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h600 QualType getRealTypeForBitwidth(unsigned DestWidth) const;
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3536 NewElemTy = Context.getRealTypeForBitwidth(DestWidth); in AddModeAttr()
/external/clang/lib/AST/
DASTContext.cpp8747 QualType ASTContext::getRealTypeForBitwidth(unsigned DestWidth) const { in getRealTypeForBitwidth() function in ASTContext