Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp612 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()
1180 MemoizationMap::iterator I = ResultCache.find(Keys.back()); in matchesAnyAncestorOf()
1343 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap; typedef in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
1344 MemoizationMap ResultCache;