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

References

tools/clang/lib/AST/Decl.cpp
 1241     if (Var->hasExternalStorage()) {
 2139   if (hasExternalStorage())
 2584       hasExternalStorage() && hasAttr<CUDASharedAttr>() &&
tools/clang/lib/CodeGen/CGDecl.cpp
  166   if (D.hasExternalStorage())
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1876         if (VD->isFileVarDecl() || VD->hasExternalStorage())
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3520     if (D->hasExternalStorage()) {
 4016         if (!D->hasExternalStorage())
 4111   if (D->getInit() || D->hasExternalStorage())
tools/clang/lib/Sema/SemaDecl.cpp
 4082   if (New->hasExternalStorage() && Old->hasLinkage())
 4093   if (New->hasExternalStorage() &&
 4100       !New->hasExternalStorage()) {
 4113   if (!New->hasExternalStorage() && !New->isFileVarDecl() &&
 6409     return VD->hasExternalStorage();
 7051       NewVD->isLocalVarDecl() && NewVD->hasExternalStorage())
 7592       if (NewVD->hasExternalStorage()) {
 7606         NewVD->hasExternalStorage()) {
 7612         int Scope = NewVD->isStaticLocal() | NewVD->hasExternalStorage() << 1;
11130         VDecl->hasExternalStorage() ||
11595   if (VDecl->isLocalVarDecl() && VDecl->hasExternalStorage()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4209   if (!S.getLangOpts().GPURelocatableDeviceCode && VD->hasExternalStorage() &&
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4105           if (!VDecl->hasExternalStorage())
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  394     if (VD->hasExternalStorage() || VD->isStaticDataMember()) {