Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h550 static constexpr int ScopeCacheSize = 16; variable
552 Scope *ScopeCache[ScopeCacheSize];
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp440 if (NumCachedScopes == ScopeCacheSize) in ExitScope()