Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp45 static const unsigned MaxMemoizationEntries = 10000; variable
663 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()
672 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()
684 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()