Function glsl_lang::parser::__action277

source ยท
fn __action277<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, i, _): (LexerPosition, InterpolationQualifierData, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> InterpolationQualifier
where L: HasLexerError,