Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp594 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()
961 MemoizationMap::iterator I = ResultCache.find(Keys.back()); in matchesAnyAncestorOf()
1111 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap; typedef in clang::ast_matchers::internal::__anon62d4f9200111::MatchASTVisitor
1112 MemoizationMap ResultCache;