Searched refs:DependentStoredDeclsMap (Results 1 – 6 of 6) sorted by relevance
105 friend class DependentStoredDeclsMap; variable177 const DependentStoredDeclsMap *Map in ddiags()178 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr()); in ddiags()
251 class DependentStoredDeclsMap : public StoredDeclsMap {253 DependentStoredDeclsMap() : FirstDiagnostic(nullptr) {} in DependentStoredDeclsMap() function
100 friend class DependentStoredDeclsMap; variable178 const DependentStoredDeclsMap *Map in ddiags()179 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr()); in ddiags()
250 class DependentStoredDeclsMap : public StoredDeclsMap {252 DependentStoredDeclsMap() = default;
1707 M = new DependentStoredDeclsMap(); in CreateStoredDeclsMap()1729 delete static_cast<DependentStoredDeclsMap*>(Map); in DestroyAll()1747 DependentStoredDeclsMap *Map = in Create()1748 static_cast<DependentStoredDeclsMap *>(Parent->LookupPtr); in Create()
1987 M = new DependentStoredDeclsMap(); in CreateStoredDeclsMap()2009 delete static_cast<DependentStoredDeclsMap*>(Map); in DestroyAll()2027 auto *Map = static_cast<DependentStoredDeclsMap *>(Parent->LookupPtr); in Create()