Sema: Change a couple of Identifier usages to DeclName instead

This commit is contained in:
Slava Pestov
2025-05-29 13:49:44 -04:00
parent 14f6dbfc3a
commit 0e1561f05a
4 changed files with 9 additions and 9 deletions

View File

@@ -7891,7 +7891,7 @@ ERROR(expected_macro_expansion_expr,PointsToFirstBadToken,
ERROR(expected_macro_expansion_decls,PointsToFirstBadToken,
"expected macro expansion to produce a declaration", ())
ERROR(macro_undefined,PointsToFirstBadToken,
"no macro named %0", (Identifier))
"no macro named %0", (DeclName))
ERROR(external_macro_not_found,none,
"external macro implementation type '%0.%1' could not be found for "
"macro %2; %3", (StringRef, StringRef, DeclName, StringRef))