Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h416 static IntType getCorrespondingUnsignedType(IntType T) { getCorrespondingUnsignedType() function
/llvm-project/clang/lib/AST/
H A DASTContext.cpp11221 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { getCorrespondingUnsignedType() function in ASTContext