Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp406 Scope *N = ScopeCache[--NumCachedScopes]; in EnterScope()
428 ScopeCache[NumCachedScopes++] = OldScope; in ExitScope()
461 delete ScopeCache[i]; in ~Parser()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h99 Scope *ScopeCache[ScopeCacheSize]; variable