Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1538 Scope *TopScope = I->CurScope->getParent(); in isOpenMPLocal() local
1540 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()
1542 return CurScope != TopScope; in isOpenMPLocal()