Searched defs:IsGlobal (Results 1 – 14 of 14) sorted by relevance
112 bool IsGlobal = MatchedDecl->getStorageClass() != SC_Static; in check() local
56 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
130 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
298 bool IsGlobal = false; in getLocalOrGlobal() local
86 bool IsGlobal() const { return kind_ == Kind::Global; } in IsGlobal() function
1638 bool IsGlobal; // ::operator new ? variable1674 bool IsGlobal; variable
1776 bool IsGlobal; // ::operator new ? variable1812 bool IsGlobal; variable
1740 bool IsGlobal; // ::operator new ? variable1776 bool IsGlobal; variable
6644 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()10428 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
13582 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local
7721 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()13028 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
17421 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local