Searched defs:IsGlobal (Results 1 – 6 of 6) sorted by relevance
130 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
1638 bool IsGlobal; // ::operator new ? variable1674 bool IsGlobal; variable
1740 bool IsGlobal; // ::operator new ? variable1776 bool IsGlobal; variable
1949 bool IsGlobal; // ::operator new ? variable1984 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