Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp71 struct MemoizedMatchResult { struct
400 MemoizedMatchResult Result; in memoizedMatchesRecursively()
405 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively()
641 MemoizedMatchResult Result; in memoizedMatchesAncestorOfRecursively()
686 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively()
752 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap;