Home
last modified time | relevance | path

Searched refs:isPtrdiffT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h302 bool isPtrdiffT() const { return TK == TypeKind::PtrdiffT; } in isPtrdiffT() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12185 (AT.isSizeT() || AT.isPtrdiffT()) && in checkFormatExpr()