Lines Matching defs:IsGlobal
8493 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) {
8497 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) {
8504 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) {
8520 if (IsGlobal) {
8522 IsGlobal = false;
8560 << IsGlobal << ND;
8562 << IsGlobal;
8594 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/true, Previous);
8600 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/false, Previous);
14460 bool IsGlobal = GlobalStorage && !var->isStaticLocal();
14524 } else if (IsGlobal &&