Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.cpp183 if (Ty->isStdByteType()) in getTypeInfoHelper()
/external/llvm-project/clang/lib/AST/
DType.cpp2721 bool Type::isStdByteType() const { in isStdByteType() function in Type
DExprConstant.cpp6988 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType(); in visit()
/external/llvm-project/clang/include/clang/AST/
DType.h2092 bool isStdByteType() const; // C++17 std::byte