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

References

tools/clang/include/clang/Sema/DeclSpec.h
  266   static const TSS TSS_unspecified = clang::TSS_unspecified;
  267   static const TSS TSS_signed = clang::TSS_signed;
  268   static const TSS TSS_unsigned = clang::TSS_unsigned;
  472   TSS getTypeSpecSign() const { return (TSS)TypeSpecSign; }
  528   static const char *getSpecifierName(DeclSpec::TSS S);
  651   bool SetTypeSpecSign(TSS S, SourceLocation Loc, const char *&PrevSpec,
tools/clang/lib/Sema/DeclSpec.cpp
  511 const char *DeclSpec::getSpecifierName(TSS S) {
  692 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc,