Lines Matching refs:UnmaterializedInfos
775 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()
803 UnmaterializedInfos[KV.first] = UMI; in replace()
1115 auto UMII = I->second.getFlags().isLazy() ? UnmaterializedInfos.find(Name) in remove()
1116 : UnmaterializedInfos.end(); in remove()
1133 if (UMII != UnmaterializedInfos.end()) { in remove()
1135 UnmaterializedInfos.erase(UMII); in remove()
1230 auto UMII = UnmaterializedInfos.find(Name); in lodgeQueryImpl()
1231 assert(UMII != UnmaterializedInfos.end() && in lodgeQueryImpl()
1244 UnmaterializedInfos.erase(KV.first); in lodgeQueryImpl()
1351 auto UMII = UnmaterializedInfos.find(Name); in lookupImpl()
1352 assert(UMII != UnmaterializedInfos.end() && in lookupImpl()
1365 UnmaterializedInfos.erase(KV.first); in lookupImpl()
1415 auto I = UnmaterializedInfos.find(KV.first); in dump()
1416 assert(I != UnmaterializedInfos.end() && in dump()
1515 auto UMII = UnmaterializedInfos.find(EDO.ExistingDefItr->first); in defineImpl()
1516 assert(UMII != UnmaterializedInfos.end() && in defineImpl()