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

References

tools/clang/include/clang/AST/Decl.h
 1060       return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified;
tools/clang/include/clang/Sema/DeclSpec.h
  246   static const TSCS TSCS_unspecified = clang::TSCS_unspecified;
tools/clang/lib/AST/Decl.cpp
 1985   case TSCS_unspecified:
tools/clang/lib/AST/DeclPrinter.cpp
  844     case TSCS_unspecified:
tools/clang/lib/Sema/SemaDecl.cpp
 6579     if (TSC != TSCS_unspecified) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 5389   if (VD->getTSCSpec() != TSCS_unspecified) {
tools/clang/lib/Sema/SemaTemplate.cpp
 1141     if (DS.getThreadStorageClassSpec() != TSCS_unspecified)