Searched defs:IsGlobal (Results 1 – 6 of 6) sorted by relevance
53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
1940 bool IsGlobal; // ::operator new ? variable1975 bool IsGlobal; variable
8340 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()14047 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
19082 bool IsGlobal = !VD->hasLocalStorage(); in tryCaptureVariable() local