Searched defs:isUnsignedIntegerType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp729 /// isUnsignedIntegerType - Return true if this is an integer type that is
732 bool Type::isUnsignedIntegerType() const { function in class:Type
742 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
756 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
764 return VT->getElementType()->isUnsignedIntegerType();
766 return isUnsignedIntegerType();

Completed in 69 milliseconds