Home | History | Annotate | Download | only in MIRParser

Lines Matching defs:IndexInfo

1903   auto IndexInfo = Names2TargetIndices.find(Name);
1904 if (IndexInfo == Names2TargetIndices.end())
1906 Index = IndexInfo->second;