Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Merged

6436       // Track that we have merged the declaration with ID \p ID into the
6438 auto &Merged = KeyDecls[D->getCanonicalDecl()];
6439 if (Merged.empty())
6440 Merged.push_back(ID);
8488 // For each declaration from a merged context, check that the canonical
8586 // Multiple different declarations got merged together; tell the user