Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h66 bool isSizeT : 1; // 1z, 1uz (C++2b) variable
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h302 bool isSizeT() const { return TK == TypeKind::SizeT; } in isSizeT() function