Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2968 auto *TopScope = LS.getCurrentFunctionScope(); in makeDepthFirstEjectionMap() local
2972 WorkStack.push_back({TopScope, TopScope->getChildren().size() - 1}); in makeDepthFirstEjectionMap()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1638 Scope *TopScope = I->CurScope->getParent(); in isOpenMPLocal() local
1640 while (CurScope && CurScope != TopScope && !CurScope->isDeclScope(D)) in isOpenMPLocal()
1642 return CurScope != TopScope; in isOpenMPLocal()