Lines Matching defs:IsGlobal
8358 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) {
8362 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) {
8369 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) {
8385 if (IsGlobal) {
8387 IsGlobal = false;
8425 << IsGlobal << ND;
8427 << IsGlobal;
8459 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/true, Previous);
8465 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/false, Previous);
14327 bool IsGlobal = GlobalStorage && !var->isStaticLocal();
14391 } else if (IsGlobal &&