Searched refs:ResultCache (Results 1 – 1 of 1) sorted by relevance
612 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()613 if (I != ResultCache.end()) { in memoizedMatchesRecursively()623 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively()674 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()675 ResultCache.clear(); in matchesChildOf()683 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()684 ResultCache.clear(); in matchesDescendantOf()695 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()696 ResultCache.clear(); in matchesAncestorOf()1160 MemoizedMatchResult &CachedResult = ResultCache[Key]; in matchesAnyAncestorOf()[all …]