Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1072 Scope *TopScope = nullptr; in isOpenMPLocal() local
1078 TopScope = I->CurScope ? I->CurScope->getParent() : nullptr; in isOpenMPLocal()
1080 while (CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()
1082 return CurScope != TopScope; in isOpenMPLocal()