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

/external/clang/lib/AST/
H A DType.cpp742 /// isUnsignedIntegerType - Return true if this is an integer type that is
745 bool Type::isUnsignedIntegerType() const { function in class:Type
755 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
769 return ET->getDecl()->getIntegerType()->isUnsignedIntegerType();
777 return VT->getElementType()->isUnsignedIntegerType();
779 return isUnsignedIntegerType();

Completed in 169 milliseconds