Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp47 static const unsigned MaxMemoizationEntries = 10000; variable
674 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()
683 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()
695 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()