Searched refs:DependentStoredDeclsMap (Results 1 – 3 of 3) sorted by relevance
105 friend class DependentStoredDeclsMap; variable177 const DependentStoredDeclsMap *Map in ddiag_begin()178 = static_cast<DependentStoredDeclsMap*>(getPrimaryContext()->getLookupPtr()); in ddiag_begin()
226 class DependentStoredDeclsMap : public StoredDeclsMap {228 DependentStoredDeclsMap() : FirstDiagnostic(0) {} in DependentStoredDeclsMap() function
1443 M = new DependentStoredDeclsMap(); in CreateStoredDeclsMap()1465 delete static_cast<DependentStoredDeclsMap*>(Map); in DestroyAll()1483 DependentStoredDeclsMap *Map in Create()1484 = static_cast<DependentStoredDeclsMap*>(Parent->LookupPtr.getPointer()); in Create()