Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h469 bool isIntegralType() const { in isIntegralType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1930 bool Type::isIntegralType(const ASTContext &Ctx) const { in isIntegralType() function in Type