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

References

tools/clang/lib/Lex/LiteralSupport.cpp
  356   if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf, ThisTokEnd, UcnVal,
  364     return UcnVal <= 0xFFFF ? 2 : 4;
  367   if (UcnVal < 0x80)
  369   if (UcnVal < 0x800)
  371   if (UcnVal < 0x10000)