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

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  969     auto Str = SL->getString();
  977     bool isNonASCII = SL->containsNonAscii();
  979     auto LiteralLength = SL->getLength();
  989         str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7));