Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3442 auto *TopScope = LS.getCurrentFunctionScope(); in makeDepthFirstEjectionMap() local
3446 WorkStack.push_back({TopScope, TopScope->getChildren().size() - 1}); in makeDepthFirstEjectionMap()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp1669 Scope *TopScope = I->CurScope->getParent(); in isOpenMPLocal() local
1671 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()
1673 return CurScope != TopScope; in isOpenMPLocal()