Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3443 auto *TopScope = LS.getCurrentFunctionScope(); in makeDepthFirstEjectionMap() local
3447 WorkStack.push_back({TopScope, TopScope->getChildren().size() - 1}); in makeDepthFirstEjectionMap()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1689 Scope *TopScope = I->CurScope->getParent(); in isOpenMPLocal() local
1691 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()
1693 return CurScope != TopScope; in isOpenMPLocal()