Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp391 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()
392 if (I != ResultCache.end()) { in memoizedMatchesRecursively()
402 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively()
429 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()
430 ResultCache.clear(); in matchesChildOf()
439 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()
440 ResultCache.clear(); in matchesDescendantOf()
451 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()
452 ResultCache.clear(); in matchesAncestorOf()
630 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesAncestorOfRecursively()
[all …]