Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp370 Scope *OldScope = getCurScope(); in ExitScope() local
371 Actions.CurScope = OldScope->getParent(); in ExitScope()
374 delete OldScope; in ExitScope()
376 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()