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.cpp438 Scope *OldScope = getCurScope(); in ExitScope() local
439 Actions.CurScope = OldScope->getParent(); in ExitScope()
442 delete OldScope; in ExitScope()
444 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()