Function glsl_lang::parser::__action327

source ยท
fn __action327<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, d, _): (LexerPosition, PreprocessorDefineData, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> PreprocessorDefine
where L: HasLexerError,