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

References

tools/clang/lib/AST/Decl.cpp
 1990       return TLS_None;
tools/clang/lib/AST/JSONNodeDumper.cpp
  748   case VarDecl::TLS_None: break;
tools/clang/lib/AST/TextNodeDumper.cpp
 1357   case VarDecl::TLS_None:
tools/clang/lib/CodeGen/CGExpr.cpp
 2216         LV.setThreadLocalRef(VD->getTLSKind() != VarDecl::TLS_None);
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3742         VD->getTLSKind() != VarDecl::TLS_None) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 1310   if ((VD && VD->getTLSKind() != VarDecl::TLS_None &&
 2463     if ((VD->getTLSKind() != VarDecl::TLS_None &&
 2470           << VD << ((VD->getTLSKind() != VarDecl::TLS_None) ? 0 : 1);
 2620     if (VD->getTLSKind() != VarDecl::TLS_None ||
tools/clang/tools/libclang/CIndex.cpp
 7986     case VarDecl::TLS_None: