Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h152 std::pair<uint64_t, unsigned> > TypeInfoMap; typedef
153 mutable TypeInfoMap MemoizedTypeInfo;
/external/clang/lib/AST/
DASTContext.cpp820 TypeInfoMap::iterator it = MemoizedTypeInfo.find(T); in getTypeInfo()