Home
last modified time | relevance | path

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

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