Searched refs:getIntTypeForBitwidth (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h492 /// getIntTypeForBitwidth -
496 QualType getIntTypeForBitwidth(unsigned DestWidth,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3585 NewTy = S.Context.getIntTypeForBitwidth(DestWidth,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8031 /// getIntTypeForBitwidth -
8035 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, function in class:ASTContext

Completed in 214 milliseconds