Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h385 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10912 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext