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

References

tools/clang/lib/AST/FormatString.cpp
  225         lmKind = LengthModifier::AsChar;
  228         lmKind = LengthModifier::AsShortLong;
  230         lmKind = LengthModifier::AsShort;
  237         lmKind = LengthModifier::AsLongLong;
  239         lmKind = LengthModifier::AsLong;
  242     case 'j': lmKind = LengthModifier::AsIntMax;     ++I; break;
  243     case 'z': lmKind = LengthModifier::AsSizeT;      ++I; break;
  244     case 't': lmKind = LengthModifier::AsPtrDiff;    ++I; break;
  245     case 'L': lmKind = LengthModifier::AsLongDouble; ++I; break;
  246     case 'q': lmKind = LengthModifier::AsQuad;       ++I; break;
  254           lmKind = LengthModifier::AsAllocate;
  262         lmKind = LengthModifier::AsMAllocate;
  273           lmKind = LengthModifier::AsInt64;
  281           lmKind = LengthModifier::AsInt32;
  286       lmKind = LengthModifier::AsInt3264;
  289       lmKind = LengthModifier::AsWide; ++I; break;
  291   LengthModifier lm(lmPosition, lmKind);