Searched refs:hasGlobalStorage (Results 1 – 22 of 22) sorted by relevance
183 else if (VD->hasGlobalStorage()) in VisitVarRegion()
369 if (VD->hasGlobalStorage() && in observeStmt()
229 REGISTER_MATCHER(hasGlobalStorage); in RegistryMaps()
174 return D->hasGlobalStorage(); in isAlwaysAlive()
37 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() && in isTrackedVar()
28 assert(D.hasGlobalStorage() && "VarDecl must have global storage!"); in EmitDeclInit()
1696 SafeToInline = !V->hasGlobalStorage() || V->hasAttr<DLLImportAttr>(); in VisitDeclRefExpr()2258 assert(D->hasGlobalStorage() && "Not a global variable"); in GetAddrOfGlobalVar()
1444 VD->hasGlobalStorage()) { in EmitOMPPrivateLoopCounters()1556 OrigVD->hasGlobalStorage() || CED) { in EmitOMPSimdFinal()
1872 if (VD->hasGlobalStorage()) { in setObjCGCLValueClass()
430 if (name.find("g_") != 0 && decl.hasGlobalStorage() && in GetNameForDecl()
2839 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument2840 return Node.hasGlobalStorage(); in AST_MATCHER()
825 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
664 M = varDecl(hasName("X"), hasGlobalStorage()); in TEST()
719 if (VD->hasGlobalStorage() && VarType.isConstQualified() && in ShouldDiagnoseSwitchCaseNotInEnum()1466 (*I)->hasGlobalStorage()) return; in CheckForLoopConditionalStatement()
6537 if (D->hasGlobalStorage()) in CheckShadow()6896 (T->isVariableArrayType() && NewVD->hasGlobalStorage())) { in CheckVariableDeclarationType()10367 bool GlobalStorage = var->hasGlobalStorage(); in CheckCompleteVariableDeclaration()10542 if (Init && VD->hasGlobalStorage() && in FinalizeDeclaration()
426 if (VD && VD->hasGlobalStorage()) in getDSA()1125 return VD->hasGlobalStorage() && in ValidateCandidate()1188 if (!VD->hasGlobalStorage()) { in ActOnOpenMPIdExpression()
11598 if (!VD->hasGlobalStorage()) return; in FinalizeVarWithDestructor()
106 [{S->hasGlobalStorage() && !S->getTLSKind()}]>;109 [{S->hasGlobalStorage()}]>;
998 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() function
2246 if (VD->hasGlobalStorage()) in isOBJCGCCandidate()
1407 if (VD->hasGlobalStorage() && !ForAlignof) in getDeclAlign()
1343 return VD->hasGlobalStorage(); in IsGlobalLValue()