Home
last modified time | relevance | path

Searched defs:getCorrespondingUnsignedType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h230 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7473 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext