Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6999 bool IsStdByte = EnumSugar && EnumSugar->isStdByteType(); in visit() local
7003 if (!IsStdByte && !IsUChar) { in visit()