Searched refs:isSignableIntegerType (Results 1 – 2 of 2) sorted by relevance
2570 bool isSignableIntegerType(const ASTContext &Ctx) const;8370 return isSignablePointerType() || isSignableIntegerType(Ctx);
5114 bool Type::isSignableIntegerType(const ASTContext &Ctx) const { in isSignableIntegerType() function in Type