Searched defs:IsGlobal (Results 1 – 5 of 5) sorted by relevance
53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
178 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
2081 bool IsGlobal; // ::operator new ? global() variable 2116 bool IsGlobal; global() variable
8548 checkGlobalOrExternCConflict(Sema & S,const T * ND,bool IsGlobal,LookupResult & Previous) checkGlobalOrExternCConflict() argument 14522 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); CheckCompleteVariableDeclaration() local [all...]
19748 bool IsGlobal = !VD->hasLocalStorage(); tryCaptureVariable() local