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

/external/clang/lib/AST/
H A DType.cpp713 /// isSignedIntegerType - Return true if this is an integer type that is
716 bool Type::isSignedIntegerType() const { function in class:Type
726 return ET->getDecl()->getIntegerType()->isSignedIntegerType();
740 return ET->getDecl()->getIntegerType()->isSignedIntegerType();

Completed in 256 milliseconds