reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/LiteralSupport.cpp
  395   assert((CharByteWidth == 1 || CharByteWidth == 2 || CharByteWidth == 4) &&
  395   assert((CharByteWidth == 1 || CharByteWidth == 2 || CharByteWidth == 4) &&
  395   assert((CharByteWidth == 1 || CharByteWidth == 2 || CharByteWidth == 4) &&
  401   if (CharByteWidth == 4) {
  410   if (CharByteWidth == 2) {
  429   assert(CharByteWidth == 1 && "UTF-8 encoding is only for 1 byte characters");