Searched refs:DependentStoredDeclsMap (Results 1 – 3 of 3) sorted by relevance
105 friend class DependentStoredDeclsMap; variable179 const DependentStoredDeclsMap *Map in ddiag_begin()180 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->LookupPtr); in ddiag_begin()
210 class DependentStoredDeclsMap : public StoredDeclsMap {212 DependentStoredDeclsMap() : FirstDiagnostic(0) {} in DependentStoredDeclsMap() function
1238 M = new DependentStoredDeclsMap(); in CreateStoredDeclsMap()1260 delete static_cast<DependentStoredDeclsMap*>(Map); in DestroyAll()1278 DependentStoredDeclsMap *Map in Create()1279 = static_cast<DependentStoredDeclsMap*>(Parent->LookupPtr); in Create()