Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h361 static IntType getCorrespondingUnsignedType(IntType T) { in getCorrespondingUnsignedType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp10101 QualType ASTContext::getCorrespondingUnsignedType(QualType T) const { in getCorrespondingUnsignedType() function in ASTContext