Searched refs:ResultCache (Results 1 – 1 of 1) sorted by relevance
614 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 …]