Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp391 Scope *OldScope = getCurScope(); in ExitScope() local
392 Actions.CurScope = OldScope->getParent(); in ExitScope()
395 delete OldScope; in ExitScope()
397 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()