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

References

tools/clang/include/clang/AST/FormatString.h
  346     return hs == Invalid;
  349   HowSpecified getHowSpecified() const { return hs; }
  350   void setHowSpecified(HowSpecified h) { hs = h; }
  352   bool hasDataArgument() const { return hs == Arg; }
  360     assert(hs == Constant);
  370     assert(hs == Constant);
tools/clang/lib/AST/FormatString.cpp
  700   switch (hs) {