Home
last modified time | relevance | path

Searched refs:isStdByteType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp183 if (Ty->isStdByteType()) in getTypeInfoHelper()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2725 bool Type::isStdByteType() const { in isStdByteType() function in Type
H A DExprConstant.cpp6999 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType(); in visit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2099 bool isStdByteType() const; // C++17 std::byte