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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp388 MemoizationMap::iterator I = ResultCache.find(Key);
515 MemoizationMap::iterator I = ResultCache.find(Key);
616 typedef std::map<MatchKey, MemoizedMatchResult> MemoizationMap; typedef in class:clang::ast_matchers::internal::__anon3031::MatchASTVisitor
617 MemoizationMap ResultCache;

Completed in 107 milliseconds