Searched defs:isIntegralType (Results 1 – 3 of 3) sorted by relevance
78 constexpr bool isIntegralType(PrimType T) { return T <= PT_FixedPoint; } in isIntegralType() function
469 bool isIntegralType() const { in isIntegralType() function
2110 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type