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

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

Completed in 84 milliseconds