Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp437 Scope *OldScope = getCurScope(); in ExitScope() local
438 Actions.CurScope = OldScope->getParent(); in ExitScope()
441 delete OldScope; in ExitScope()
443 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()