reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
226 FileIDMapping.clear(); 255 FileIDMapping[SM.getFileID(Loc)] = std::make_pair(Mapping.size(), Loc); 264 auto Mapping = FileIDMapping.find(SM.getFileID(Loc)); 265 if (Mapping != FileIDMapping.end()) 277 FileIDMapping.size(), 355 for (const auto &FM : FileIDMapping) {