Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsGlobal

6801   bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal();
6804 if (IsGlobal && !var->isConstexpr() &&
7205 if (!FD->isGlobal())