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

Declarations

tools/clang/include/clang/AST/FormatString.h
  467   static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);

References

tools/clang/lib/AST/PrintfFormatString.cpp
  840     namedTypeToLengthModifier(QT, LM);
tools/clang/lib/AST/ScanfFormatString.cpp
  504     namedTypeToLengthModifier(PT, LM);