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

References

tools/clang/include/clang/Sema/DeclSpec.h
  253   static const TSW TSW_unspecified = clang::TSW_unspecified;
  254   static const TSW TSW_short = clang::TSW_short;
  255   static const TSW TSW_long = clang::TSW_long;
  256   static const TSW TSW_longlong = clang::TSW_longlong;
  470   TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
  530   static const char *getSpecifierName(DeclSpec::TSW W);
  647   bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
tools/clang/lib/Sema/DeclSpec.cpp
  491 const char *DeclSpec::getSpecifierName(TSW W) {
  665 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc,