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

/external/clang/lib/AST/
H A DType.cpp683 /// isSignedIntegerType - Return true if this is an integer type that is
686 bool Type::isSignedIntegerType() const { function in class:Type
696 return ET->getDecl()->getIntegerType()->isSignedIntegerType();
710 return ET->getDecl()->getIntegerType()->isSignedIntegerType();
718 return VT->getElementType()->isSignedIntegerType();
720 return isSignedIntegerType();

Completed in 71 milliseconds