Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7088 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType(); in visit() local
7092 if (!IsStdByte && !IsUChar) { in visit()