Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7002 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType(); in visit() local
7006 if (!IsStdByte && !IsUChar) { in visit()