Searched refs:TopScope (Results 1 – 2 of 2) sorted by relevance
601 Scope *TopScope = nullptr; in isOpenMPLocal() local607 TopScope = I->CurScope ? I->CurScope->getParent() : nullptr; in isOpenMPLocal()609 while (CurScope != TopScope && !CurScope->isDeclScope(D)) { in isOpenMPLocal()612 return CurScope != TopScope; in isOpenMPLocal()
1537 Scope *TopScope = I->CurScope->getParent(); in isOpenMPLocal() local1539 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()1541 return CurScope != TopScope; in isOpenMPLocal()