Searched defs:IsGlobal (Results 1 – 4 of 4) sorted by relevance
178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
1778 bool IsGlobal; // ::operator new ? variable1814 bool IsGlobal; variable
7777 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()13151 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
17682 bool IsGlobal = !Var->hasLocalStorage(); in tryCaptureVariable() local