Searched refs:TopScope (Results 1 – 1 of 1) sorted by relevance
375 Scope *TopScope = nullptr; in isOpenMPLocal() local381 TopScope = I->CurScope ? I->CurScope->getParent() : nullptr; in isOpenMPLocal()383 while (CurScope != TopScope && !CurScope->isDeclScope(D)) { in isOpenMPLocal()386 return CurScope != TopScope; in isOpenMPLocal()