Home | History | Annotate | Download | only in AST

Lines Matching refs:isUnsignedIntegerType

742 /// isUnsignedIntegerType - Return true if this is an integer type that is
745 bool Type::isUnsignedIntegerType() const {
755 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
769 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
777 return VT->getElementType()->isUnsignedIntegerType();
779 return isUnsignedIntegerType();