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

References

tools/clang/lib/AST/FormatString.cpp
  691   FixedCS.setKind(NewKind);
tools/clang/lib/AST/PrintfFormatString.cpp
  694     CS.setKind(ConversionSpecifier::ObjCObjArg);
  710     CS.setKind(ConversionSpecifier::sArg);
  849         CS.setKind(clang::analyze_format_string::ConversionSpecifier::dArg);
  855         CS.setKind(clang::analyze_format_string::ConversionSpecifier::uArg);
  870     CS.setKind(ConversionSpecifier::cArg);
  879     CS.setKind(ConversionSpecifier::fArg);
  882     CS.setKind(ConversionSpecifier::dArg);
  886     CS.setKind(ConversionSpecifier::uArg);
tools/clang/lib/AST/ScanfFormatString.cpp
  439     CS.setKind(ConversionSpecifier::sArg);
  515     CS.setKind(ConversionSpecifier::fArg);
  517     CS.setKind(ConversionSpecifier::dArg);
  519     CS.setKind(ConversionSpecifier::uArg);