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
397 MemoizedMatchResult Result; in memoizedMatchesRecursively()
402 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively()
636 MemoizedMatchResult Result; in memoizedMatchesAncestorOfRecursively()
641 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesAncestorOfRecursively()
754 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap;