Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DContainerSizeEmptyCheck.cpp93 AST_MATCHER(QualType, isIntegralType) { in AST_MATCHER() argument
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h469 bool isIntegralType() const { in isIntegralType() function
/llvm-project/clang/lib/AST/
H A DType.cpp2057 bool Type::isIntegralType(const ASTContext &Ctx) const { isIntegralType() function in Type