Searched refs:hasGlobalStorage (Results 1 – 15 of 15) sorted by relevance
359 if (VD->hasGlobalStorage() && in observeStmt()
26 assert(D.hasGlobalStorage() && "VarDecl must have global storage!"); in EmitDeclInit()
178 if (VD->hasGlobalStorage()) { in CreateReferenceTemporary()418 if (VD && VD->hasGlobalStorage()) { in EmitReferenceBindingToExpr()1646 if (VD->hasGlobalStorage()) { in setObjCGCLValueClass()
1517 assert(D->hasGlobalStorage() && "Not a global variable"); in GetAddrOfGlobalVar()
445 if (VD->hasGlobalStorage()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()467 if (VD->hasGlobalStorage()) { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
721 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
190 return D->hasGlobalStorage(); in isAlwaysAlive()
36 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() && in isTrackedVar()
818 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() function
287 return (vd->hasGlobalStorage() && !(vd->isThreadSpecified())); in mayBeSharedVariable()3726 if (!VD->hasGlobalStorage()) in handleNoDebugAttr()
1376 (*I)->hasGlobalStorage()) return; in CheckForLoopConditionalStatement()
4995 if (D->hasGlobalStorage()) in CheckShadow()5163 (T->isVariableArrayType() && NewVD->hasGlobalStorage())) { in CheckVariableDeclaration()7934 bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal(); in CheckCompleteVariableDeclaration()
9712 if (!VD->hasGlobalStorage()) return; in FinalizeVarWithDestructor()
2214 if (VD->hasGlobalStorage()) in isOBJCGCCandidate()
918 return VD->hasGlobalStorage(); in IsGlobalLValue()