Function glsl_lang::parser::__action348

source ยท
fn __action348<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, i, _): (LexerPosition, Token, LexerPosition),
    (_, b, _): (LexerPosition, Option<PreprocessorExtensionBehavior>, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> PreprocessorExtension
where L: HasLexerError,