adjustLocForMixin

Set up loc for a parse of a mixin. Append the input text to the mixin.

adjustLocForMixin
(
const(char)[] input
,
ref const Loc loc
,
ref Output mixinOut
)

Parameters

input const(char)[]

mixin text

loc Loc

location to adjust

mixinOut Output

sink for mixin text data

Return Value

Type: Loc

adjusted loc suitable for Parser

Meta