Searched defs:IsGlobal (Results 1 – 6 of 6) sorted by relevance
53 bool IsGlobal() const { return m_is_global; } in IsGlobal() function
117 bool IsGlobal = MI->getOperand(1).isGlobal(); in runOnMachineFunction() local
180 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl()
2124 bool IsGlobal; // ::operator new ? variable2159 bool IsGlobal; variable
8557 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) { in checkGlobalOrExternCConflict()14692 bool IsGlobal = GlobalStorage && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
19195 bool IsGlobal = !VD->hasLocalStorage(); in tryCaptureVariable() local