Home
last modified time | relevance | path

Searched refs:TopScope (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp330 Scope *TopScope = nullptr; in isOpenMPLocal() local
336 TopScope = I->CurScope ? I->CurScope->getParent() : nullptr; in isOpenMPLocal()
338 while (CurScope != TopScope && !CurScope->isDeclScope(D)) { in isOpenMPLocal()
341 return CurScope != TopScope; in isOpenMPLocal()