Home
last modified time | relevance | path

Searched defs:isIntegralType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h62 constexpr bool isIntegralType(PrimType T) { return T <= PT_Bool; } in isIntegralType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h469 bool isIntegralType() const { in isIntegralType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1995 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type