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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp421 Scope *OldScope = getCurScope(); local
422 Actions.CurScope = OldScope->getParent();
425 delete OldScope;
427 ScopeCache[NumCachedScopes++] = OldScope;

Completed in 297 milliseconds