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