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

References

gen/tools/clang/include/clang/Sema/AttrParsedAttrImpl.inc
  157     return S->hasGlobalStorage() && !S->getTLSKind();
  181     return S->hasGlobalStorage();
tools/clang/include/clang/AST/GlobalDecl.h
   91            cast<VarDecl>(getDecl())->hasGlobalStorage() &&
tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 3607   return Node.hasGlobalStorage();
tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h
  192     else if (VD->hasGlobalStorage())
tools/clang/lib/AST/ASTContext.cpp
 1655         if (VD->hasGlobalStorage() && !ForAlignof) {
tools/clang/lib/AST/Decl.cpp
 2592   return hasGlobalStorage() && (hasAttr<NoDestroyAttr>() ||
tools/clang/lib/AST/Expr.cpp
 2757       if (VD->hasGlobalStorage())
tools/clang/lib/AST/ExprConstant.cpp
 1867       return VD->hasGlobalStorage();
tools/clang/lib/Analysis/LiveVariables.cpp
  180   return D->hasGlobalStorage();
tools/clang/lib/Analysis/UninitializedValues.cpp
   44   if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() &&
tools/clang/lib/CodeGen/CGDecl.cpp
 1108     if (D.hasGlobalStorage())
tools/clang/lib/CodeGen/CGDeclCXX.cpp
   30       (D.hasGlobalStorage() ||
tools/clang/lib/CodeGen/CGExpr.cpp
 2214       if (VD->hasGlobalStorage()) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1568         VD->hasGlobalStorage()) {
 1723         OrigVD->hasGlobalStorage() || CED) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2640         SafeToInline = !V->hasGlobalStorage() || V->hasAttr<DLLImportAttr>();
 3666   assert(D->hasGlobalStorage() && "Not a global variable");
tools/clang/lib/Sema/SemaCUDA.cpp
  490   if (VD->isInvalidDecl() || !VD->hasInit() || !VD->hasGlobalStorage())
tools/clang/lib/Sema/SemaDecl.cpp
 6892     if (!NewVD->hasGlobalStorage())
 7226   if (D->hasGlobalStorage())
 7686       (T->isVariableArrayType() && NewVD->hasGlobalStorage())) {
12432   bool GlobalStorage = var->hasGlobalStorage();
12621   if (VD->hasGlobalStorage() && VD->isThisDeclarationADefinition() &&
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4196   if (!VD->hasGlobalStorage()) {
 6153     return S->hasGlobalStorage();
 6312   if (!cast<VarDecl>(D)->hasGlobalStorage()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
13618   if (!VD->hasGlobalStorage()) return;
15495     return Var->hasGlobalStorage();
tools/clang/lib/Sema/SemaInit.cpp
 8497           if (!Var->hasGlobalStorage()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
  920     if (VD && VD->hasGlobalStorage())
 2219       return VD->hasGlobalStorage() &&
 2292   if (Kind == OMPD_threadprivate && !VD->hasGlobalStorage()) {
 2636     if (Allocator && VD->hasGlobalStorage()) {
 2814       if (VD->hasGlobalStorage() && CS && !CS->capturesVariable(VD) &&
16256       VD->hasGlobalStorage()) {
tools/clang/lib/Sema/SemaStmt.cpp
  802       if (VD->hasGlobalStorage() && VarType.isConstQualified() &&
 1553       if (VD->getType().isVolatileQualified() || VD->hasGlobalStorage())
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  427                   if (VD->hasGlobalStorage() &&
tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
  100   if (!Decl->hasGlobalStorage())
tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp
  164   if (VD->hasGlobalStorage())
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  850   if (D->hasGlobalStorage() && !D->isStaticLocal()) {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1710         (B.isMainAnalysis() && VD->hasGlobalStorage())) {
 1803         (B.isMainAnalysis() && VD->hasGlobalStorage()))