Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp405 Scope *N = ScopeCache[--NumCachedScopes]; in EnterScope()
427 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
460 delete ScopeCache[i]; in ~Parser()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h97 Scope *ScopeCache[ScopeCacheSize]; variable