Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp45 static const unsigned MaxMemoizationEntries = 10000; variable
429 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()
439 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()
451 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()