Searched refs:TopScope (Results 1 – 1 of 1) sorted by relevance
1538 Scope *TopScope = I->CurScope->getParent(); in isOpenMPLocal() local1540 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()1542 return CurScope != TopScope; in isOpenMPLocal()