Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp594 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()
595 if (I != ResultCache.end()) { in memoizedMatchesRecursively()
605 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively()
647 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()
648 ResultCache.clear(); in matchesChildOf()
656 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()
657 ResultCache.clear(); in matchesDescendantOf()
668 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()
669 ResultCache.clear(); in matchesAncestorOf()
962 if (I != ResultCache.end()) { in matchesAnyAncestorOf()
[all …]