Searched refs:hasGlobalStorage (Results 1 – 20 of 20) sorted by relevance
367 if (VD->hasGlobalStorage() && in observeStmt()
214 REGISTER_MATCHER(hasGlobalStorage); in RegistryMaps()
28 assert(D.hasGlobalStorage() && "VarDecl must have global storage!"); in EmitDeclInit()
1601 SafeToInline = !V->hasGlobalStorage() || V->hasAttr<DLLImportAttr>(); in VisitDeclRefExpr()2117 assert(D->hasGlobalStorage() && "Not a global variable"); in GetAddrOfGlobalVar()
1848 if (VD->hasGlobalStorage()) { in setObjCGCLValueClass()
174 return D->hasGlobalStorage(); in isAlwaysAlive()
37 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() && in isTrackedVar()
2543 AST_MATCHER(VarDecl, hasGlobalStorage) { in AST_MATCHER() argument2544 return Node.hasGlobalStorage(); in AST_MATCHER()
769 if (D->hasGlobalStorage() && !D->isStaticLocal()) { in getVarRegion()
104 [{S->hasGlobalStorage() && !S->getTLSKind()}]>;107 [{S->hasGlobalStorage()}]>;
709 if (VD->hasGlobalStorage() && VarType.isConstQualified() && in ShouldDiagnoseSwitchCaseNotInEnum()1449 (*I)->hasGlobalStorage()) return; in CheckForLoopConditionalStatement()
383 if (D->hasGlobalStorage()) in getDSA()977 return VD->hasGlobalStorage() && in ValidateCandidate()1023 if (!VD->hasGlobalStorage()) { in ActOnOpenMPIdExpression()
6307 if (D->hasGlobalStorage()) in CheckShadow()6617 (T->isVariableArrayType() && NewVD->hasGlobalStorage())) { in CheckVariableDeclarationType()10006 bool GlobalStorage = var->hasGlobalStorage(); in CheckCompleteVariableDeclaration()
3481 if (!VD->hasGlobalStorage()) in handleNoDebugAttr()
11420 if (!VD->hasGlobalStorage()) return; in FinalizeVarWithDestructor()
925 bool hasGlobalStorage() const { return !hasLocalStorage(); } in hasGlobalStorage() function
2399 if (VD->hasGlobalStorage()) in isOBJCGCCandidate()
1412 if (VD->hasGlobalStorage() && !ForAlignof) in getDeclAlign()
1267 return VD->hasGlobalStorage(); in IsGlobalLValue()
1352 M = varDecl(hasName("X"), hasGlobalStorage()); in TEST()