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

References

tools/clang/include/clang/AST/FormatString.h
  329   OptionalAmount(HowSpecified howSpecified,
  349   HowSpecified getHowSpecified() const { return hs; }
  350   void setHowSpecified(HowSpecified h) { hs = h; }
  390   HowSpecified hs;