Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp354 Scope *N = ScopeCache[--NumCachedScopes]; in EnterScope()
376 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
409 delete ScopeCache[i]; in ~Parser()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h85 Scope *ScopeCache[ScopeCacheSize]; variable