Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp614 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()
615 if (I != ResultCache.end()) { in memoizedMatchesRecursively()
625 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively()
676 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()
677 ResultCache.clear(); in matchesChildOf()
685 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()
686 ResultCache.clear(); in matchesDescendantOf()
697 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()
698 ResultCache.clear(); in matchesAncestorOf()
1162 MemoizedMatchResult &CachedResult = ResultCache[Key]; in matchesAnyAncestorOf()
[all …]