Searched refs:PersistentTypeMap (Results 1 – 2 of 2) sorted by relevance
69 typedef llvm::DenseMap<const char *, clang::TypeDecl *> PersistentTypeMap; typedef70 …PersistentTypeMap m_persistent_types; ///< The p…
83 PersistentTypeMap::const_iterator i = m_persistent_types.find(name.GetCString()); in GetPersistentType()