Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Canon

213                                        Decl *Canon);
216 Decl *Canon);
1604 CXXRecordDecl *Canon = D->getCanonicalDecl();
1605 if (Canon->DefinitionData.getNotUpdated()) {
1606 MergeDefinitionData(Canon, std::move(*DD));
1607 D->DefinitionData = Canon->DefinitionData;
1618 if (Update || Canon != D) {
1619 Canon->DefinitionData = D->DefinitionData;
1718 auto *Canon = cast<CXXDestructorDecl>(D->getCanonicalDecl());
1720 if (!Canon->OperatorDelete)
1721 Canon->OperatorDelete = OperatorDelete;
2923 Decl *Previous, Decl *Canon) {
2932 Decl *Previous, Decl *Canon) {
2970 std::make_pair(Canon, IsUnresolved ? PrevFD : FD));
3017 Decl *Previous, Decl *Canon) {
3024 attachPreviousDeclImpl(Reader, cast<TYPE##Decl>(D), Previous, Canon); \