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

/external/clang/lib/AST/
H A DType.cpp695 /// isUnsignedIntegerType - Return true if this is an integer type that is
698 bool Type::isUnsignedIntegerType() const { function in class:Type
708 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
722 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
730 return VT->getElementType()->isUnsignedIntegerType();
732 return isUnsignedIntegerType();

Completed in 26 milliseconds