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

References

tools/clang/include/clang/Sema/DeclSpec.h
  466     TSTLoc = SourceLocation();
  505   SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; }
tools/clang/lib/Sema/DeclSpec.cpp
  727   TSTLoc = TagKwLoc;
  749   TSTLoc = Loc;
  781   TSTLoc = TagKwLoc;
  800   TSTLoc = Loc;
  868   TSTLoc = Loc;
  885   TSTLoc = Loc;
  893   TSTLoc = SourceLocation();
 1097     S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined)
 1114         S.Diag(TSTLoc, diag::err_invalid_vector_bool_decl_spec)
 1130         S.Diag(TSTLoc, diag::err_invalid_vector_long_long_decl_spec);
 1144         S.Diag(TSTLoc, diag::err_invalid_vector_double_decl_spec);
 1150         S.Diag(TSTLoc, diag::err_invalid_vector_float_decl_spec);
 1229         S.Diag(TSTLoc, diag::ext_integer_complex);
 1273     TSTLoc = TSTNameLoc = StorageClassSpecLoc;
 1279     S.Diag(TSTLoc, diag::ext_auto_type_specifier);
 1285     S.Diag(TSTLoc, diag::warn_cxx17_compat_unicode_type);
 1287     S.Diag(TSTLoc, diag::warn_cxx98_compat_unicode_type)