Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp610 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()
611 if (I != ResultCache.end()) { in memoizedMatchesRecursively()
621 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively()
663 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()
664 ResultCache.clear(); in matchesChildOf()
672 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()
673 ResultCache.clear(); in matchesDescendantOf()
684 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()
685 ResultCache.clear(); in matchesAncestorOf()
1170 if (I != ResultCache.end()) { in matchesAnyAncestorOf()
[all …]