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

References

tools/clang/include/clang/Sema/DeclSpec.h
  421     return (T == TST_enum || T == TST_struct ||
tools/clang/lib/Parse/ParseDecl.cpp
 2640       case DeclSpec::TST_struct:
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1399     TagType = DeclSpec::TST_struct;
 1450   if (TagType == DeclSpec::TST_struct &&
 1537                                         TagType == DeclSpec::TST_struct;
 3164   assert((TagType == DeclSpec::TST_struct ||
tools/clang/lib/Parse/Parser.cpp
 1018       case DeclSpec::TST_struct:
tools/clang/lib/Sema/DeclSpec.cpp
  546   case DeclSpec::TST_struct:      return "struct";
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4172          DS.getTypeSpecType() == DeclSpec::TST_struct))
 4878   case DeclSpec::TST_struct:
tools/clang/lib/Sema/SemaDecl.cpp
  616       case TTK_Struct: return DeclSpec::TST_struct;
 4376   case DeclSpec::TST_struct:
 4400       DS.getTypeSpecType() == DeclSpec::TST_struct ||
 4635         TypeSpecType == DeclSpec::TST_struct ||
tools/clang/lib/Sema/SemaType.cpp
 1515   case DeclSpec::TST_struct: