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

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp403 typedef std::map<GLenum, TypeInfo> TypeInfoMap; typedef in namespace:gl
405 static TypeInfoMap BuildTypeInfoMap()
407 TypeInfoMap map;
435 static const TypeInfoMap infoMap = BuildTypeInfoMap();
436 TypeInfoMap::const_iterator iter = infoMap.find(type);
/external/clang/include/clang/AST/
H A DASTContext.h148 std::pair<uint64_t, unsigned> > TypeInfoMap; typedef in class:clang::ASTContext
149 mutable TypeInfoMap MemoizedTypeInfo;
/external/clang/lib/AST/
H A DASTContext.cpp1427 TypeInfoMap::iterator it = MemoizedTypeInfo.find(T);

Completed in 165 milliseconds