Searched defs:getCorrespondingUnsignedType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 416 static IntType getCorrespondingUnsignedType(IntType T) { getCorrespondingUnsignedType() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 11221 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { getCorrespondingUnsignedType() function in ASTContext |