Lines Matching full:isglobal
6389 Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) {
6393 if (!Prev && IsGlobal && !isIncompleteDeclExternC(S, ND)) {
6400 if (!IsGlobal || isIncompleteDeclExternC(S, ND)) {
6416 if (IsGlobal) {
6418 IsGlobal = false;
6456 << IsGlobal << ND;
6458 << IsGlobal;
6490 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/true, Previous);
6496 return checkGlobalOrExternCConflict(S, ND, /*IsGlobal*/false, Previous);
10067 bool IsGlobal = GlobalStorage && !var->isStaticLocal();
10072 if (IsGlobal && !var->isConstexpr() &&
10685 if (!FD->isGlobal())