Searched refs:LRSMapType (Results 1 – 2 of 2) sorted by relevance
776 typedef DenseMap<unsigned,RSListType> LRSMapType; in findRecordInsertForms() typedef777 LRSMapType LM; in findRecordInsertForms()825 for (LRSMapType::iterator I = LM.begin(), E = LM.end(); I != E; ++I) { in findRecordInsertForms()857 LRSMapType::iterator F = LM.find(L); in findRecordInsertForms()
815 using LRSMapType = DenseMap<unsigned, RSListType>; in findRecordInsertForms() typedef816 LRSMapType LM; in findRecordInsertForms()864 for (LRSMapType::iterator I = LM.begin(), E = LM.end(); I != E; ++I) { in findRecordInsertForms()895 LRSMapType::iterator F = LM.find(L); in findRecordInsertForms()