Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h402 LocalInstantiationScope *oldScope = SemaRef.CurrentInstantiationScope; in cloneScopes() local
431 SemaRef.CurrentInstantiationScope = oldScope; in cloneScopes()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp572 ScopeInfo &oldScope{PopScope()}; in SwitchToNewScope() local
573 bool isExteriorGotoFatal{oldScope.isExteriorGotoFatal}; in SwitchToNewScope()