Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h75 bool isSizeT : 1; // 1z, 1uz (C++23) variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h313 bool isSizeT() const { return TK == TypeKind::SizeT; } in isSizeT() function