MacroRefMetadata struct
Metadata about a macro reference (usage or undef) and its active definition.
Public variables
-
const syntax::
SyntaxNode* syntax - The syntax node referencing the macro (MacroUsage or UndefDirective).
-
const syntax::
DefineDirectiveSyntax* definition - The macro definition that was used for the expansion.