File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7569,7 +7569,7 @@ ExpectedDecl ASTNodeImporter::VisitRequiresExprBodyDecl(RequiresExprBodyDecl* D)
7569
7569
return To;
7570
7570
To->setLexicalDeclContext (LexicalDC);
7571
7571
LexicalDC->addDeclInternal (To);
7572
- return To ;
7572
+ return Importer. MapImported (D, To) ;
7573
7573
}
7574
7574
7575
7575
ExpectedStmt ASTNodeImporter::VisitConceptSpecializationExpr (ConceptSpecializationExpr* E) {
@@ -7610,7 +7610,7 @@ ExpectedDecl ASTNodeImporter::VisitConceptDecl(ConceptDecl* D) {
7610
7610
return To;
7611
7611
To->setLexicalDeclContext (LexicalDC);
7612
7612
LexicalDC->addDeclInternal (To);
7613
- return To ;
7613
+ return Importer. MapImported (D, To) ;
7614
7614
}
7615
7615
7616
7616
ExpectedDecl ASTNodeImporter::VisitImplicitConceptSpecializationDecl (ImplicitConceptSpecializationDecl* D) {
@@ -7627,7 +7627,7 @@ ExpectedDecl ASTNodeImporter::VisitImplicitConceptSpecializationDecl(ImplicitCon
7627
7627
return To;
7628
7628
To->setLexicalDeclContext (LexicalDC);
7629
7629
LexicalDC->addDeclInternal (To);
7630
- return To ;
7630
+ return Importer. MapImported (D, To) ;
7631
7631
}
7632
7632
7633
7633
ExpectedStmt ASTNodeImporter::VisitSourceLocExpr (SourceLocExpr *E) {
You can’t perform that action at this time.
0 commit comments