Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CanonDecl

2268   Decl *CanonDecl = D->getCanonicalDecl();
2273 if (D == CanonDecl) {
2277 MergedDeclsMap::iterator MergedPos = combineStoredMergedDecls(CanonDecl, ID);
2291 Decl *MostRecent = CanonDecl->getMostRecentDecl();
2293 if (Chain[I] == CanonDecl)
2300 ASTDeclReader::attachLatestDecl(CanonDecl, MostRecent);