Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp45 static const unsigned MaxMemoizationEntries = 10000; variable
447 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()
457 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()
469 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()