Function glsl_lang::parser::__action333

source ยท
fn __action333<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, i, _): (LexerPosition, Identifier, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> PreprocessorIfNDef
where L: HasLexerError,