Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h66 bool isSizeT : 1; // 1z, 1uz (C++2b) variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h289 bool isSizeT() const { return TK == TypeKind::SizeT; } in isSizeT() function